mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 12:41:50 +01:00
Add missing indirection from previous commit
This follows the rest of GLib style, and fixes g-i scanning the headers.
This commit is contained in:
parent
a36cb498d9
commit
9be6da9448
@ -103,9 +103,9 @@ GAppInfo *g_desktop_app_info_lookup_get_default_for_uri_scheme (GDesktopAppInfoL
|
||||
* create one or more child processes. This callback is invoked once
|
||||
* for each, providing the process ID.
|
||||
*/
|
||||
typedef void (GDesktopAppLaunchCallback) (GDesktopAppInfo *appinfo,
|
||||
GPid pid,
|
||||
gpointer user_data);
|
||||
typedef void (*GDesktopAppLaunchCallback) (GDesktopAppInfo *appinfo,
|
||||
GPid pid,
|
||||
gpointer user_data);
|
||||
|
||||
gboolean g_desktop_app_info_launch_uris_as_manager (GDesktopAppInfo *appinfo,
|
||||
GList *uris,
|
||||
|
Loading…
Reference in New Issue
Block a user