mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Merge branch 'desktop-search-docs' into 'master'
gdesktopappinfo: Note that search results are not filtered See merge request GNOME/glib!1455
This commit is contained in:
commit
1e598b98e3
@ -4478,6 +4478,13 @@ g_desktop_app_info_get_implementations (const gchar *interface)
|
||||
* The algorithm for determining matches is undefined and may change at
|
||||
* any time.
|
||||
*
|
||||
* None of the search results are subjected to the normal validation
|
||||
* checks performed by g_desktop_app_info_new() (for example, checking that
|
||||
* the executable referenced by a result exists), and so it is possible for
|
||||
* g_desktop_app_info_new() to return %NULL when passed an app ID returned by
|
||||
* this function. It is expected that calling code will do this when
|
||||
* subsequently creating a #GDesktopAppInfo for each result.
|
||||
*
|
||||
* Returns: (array zero-terminated=1) (element-type GStrv) (transfer full): a
|
||||
* list of strvs. Free each item with g_strfreev() and free the outer
|
||||
* list with g_free().
|
||||
|
Loading…
Reference in New Issue
Block a user