diff --git a/gio/gappinfo.c b/gio/gappinfo.c index 0303c6188..eff18da83 100644 --- a/gio/gappinfo.c +++ b/gio/gappinfo.c @@ -256,7 +256,7 @@ g_app_info_get_description (GAppInfo *appinfo) } /** - * g_app_info_get_executable: + * g_app_info_get_executable: (virtual get_executable) * @appinfo: a #GAppInfo * * Gets the executable's name for the installed application. @@ -278,7 +278,7 @@ g_app_info_get_executable (GAppInfo *appinfo) /** - * g_app_info_get_commandline: + * g_app_info_get_commandline: (virtual get_commandline) * @appinfo: a #GAppInfo * * Gets the commandline with which the application will be diff --git a/gio/gfile.c b/gio/gfile.c index 22ec43247..ca6456544 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -493,7 +493,7 @@ g_file_get_uri_scheme (GFile *file) /** - * g_file_get_basename: + * g_file_get_basename: (virtual get_basename) * @file: input #GFile * * Gets the base name (the last component of the path) for a given #GFile. @@ -527,7 +527,7 @@ g_file_get_basename (GFile *file) } /** - * g_file_get_path: + * g_file_get_path: (virtual get_path) * @file: input #GFile * * Gets the local pathname for #GFile, if one exists. If non-%NULL, this is @@ -946,7 +946,7 @@ g_file_has_prefix (GFile *file, } /** - * g_file_get_relative_path: + * g_file_get_relative_path: (virtual get_relative_path) * @parent: input #GFile * @descendant: input #GFile *