gio: Add explicit virtual g-i annotations for undiscovered invoker relationship

This commit is contained in:
Rico Tzschichholz 2021-01-30 13:00:01 +01:00
parent 3970ddec06
commit ce8d5e3478
2 changed files with 5 additions and 5 deletions

View File

@ -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 * @appinfo: a #GAppInfo
* *
* Gets the executable's name for the installed application. * 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 * @appinfo: a #GAppInfo
* *
* Gets the commandline with which the application will be * Gets the commandline with which the application will be

View File

@ -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 * @file: input #GFile
* *
* Gets the base name (the last component of the path) for a given #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 * @file: input #GFile
* *
* Gets the local pathname for #GFile, if one exists. If non-%NULL, this is * 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 * @parent: input #GFile
* @descendant: input #GFile * @descendant: input #GFile
* *