mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-23 15:49:16 +02: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,7 +103,7 @@ GAppInfo *g_desktop_app_info_lookup_get_default_for_uri_scheme (GDesktopAppInfoL
|
|||||||
* create one or more child processes. This callback is invoked once
|
* create one or more child processes. This callback is invoked once
|
||||||
* for each, providing the process ID.
|
* for each, providing the process ID.
|
||||||
*/
|
*/
|
||||||
typedef void (GDesktopAppLaunchCallback) (GDesktopAppInfo *appinfo,
|
typedef void (*GDesktopAppLaunchCallback) (GDesktopAppInfo *appinfo,
|
||||||
GPid pid,
|
GPid pid,
|
||||||
gpointer user_data);
|
gpointer user_data);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user