[glib] Add missing indirection from previous commit



commit 9be6da9448a1a59eae11d588729bf4316fbadada
Author: Colin Walters <walters verbum org>
Date:   Wed Jan 5 13:00:50 2011 -0500

    Add missing indirection from previous commit
    
    This follows the rest of GLib style, and fixes g-i scanning the
    headers.

 gio/gdesktopappinfo.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gio/gdesktopappinfo.h b/gio/gdesktopappinfo.h
index f0fc924..bd2288d 100644
--- a/gio/gdesktopappinfo.h
+++ b/gio/gdesktopappinfo.h
@@ -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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]