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:
Colin Walters 2011-01-05 13:00:50 -05:00
parent a36cb498d9
commit 9be6da9448

View File

@ -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,