mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 00:12:19 +01:00 
			
		
		
		
	Merge branch 'ricotz/for-master' into 'master'
gio: Add explicit virtual g-i annotations for undiscovered invoker relationship See merge request GNOME/glib!1910
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|  * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user