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:
Sebastian Dröge 2021-01-31 09:56:18 +00:00
commit abd1f4b32b
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
*
* 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

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
*
* 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
*