projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be6da9
)
g_desktop_app_info_launch_uris_as_manager: Fix parameter naming
author
Colin Walters
<walters@verbum.org>
Wed, 5 Jan 2011 18:49:20 +0000
(13:49 -0500)
committer
Colin Walters
<walters@verbum.org>
Wed, 5 Jan 2011 18:49:20 +0000
(13:49 -0500)
This makes introspection happier.
gio/gdesktopappinfo.h
patch
|
blob
|
history
diff --git
a/gio/gdesktopappinfo.h
b/gio/gdesktopappinfo.h
index bd2288d9b2e839cb0cce7d331848eaf0da45b640..162cbb6d60e1f3c502351f061b38c76a604802aa 100644
(file)
--- a/
gio/gdesktopappinfo.h
+++ b/
gio/gdesktopappinfo.h
@@
-111,9
+111,9
@@
gboolean g_desktop_app_info_launch_uris_as_manager (GDesktopAppInfo
GList *uris,
GAppLaunchContext *launch_context,
GSpawnFlags spawn_flags,
- GSpawnChildSetupFunc setup,
+ GSpawnChildSetupFunc
user_
setup,
gpointer user_setup_data,
- GDesktopAppLaunchCallback callback,
+ GDesktopAppLaunchCallback
pid_
callback,
gpointer pid_callback_data,
GError **error);