summaryrefslogtreecommitdiff
path: root/gio/gapplicationimpl.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-12-17 00:52:57 -0500
committerRyan Lortie <desrt@desrt.ca>2011-12-17 12:54:02 -0500
commit0971d36e4b8338f4f3f96d751f5275517514d3b1 (patch)
treeed66fd9043dfe0cb1a842a3afd79cb7e1ccb4238 /gio/gapplicationimpl.h
parent1807ef336a94a1d2498e2ce77686c29db1aa6aac (diff)
downloadglib-0971d36e4b8338f4f3f96d751f5275517514d3b1.tar.gz
GApplication: receiving end of GRemoteActionGroup
Use the fact that the action group exporter now speaks to GRemoteActionGroup to get the platform data into GApplicion without hacks. https://bugzilla.gnome.org/show_bug.cgi?id=665737
Diffstat (limited to 'gio/gapplicationimpl.h')
-rw-r--r--gio/gapplicationimpl.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/gio/gapplicationimpl.h b/gio/gapplicationimpl.h
index 040670042..ef25f2b2c 100644
--- a/gio/gapplicationimpl.h
+++ b/gio/gapplicationimpl.h
@@ -15,12 +15,13 @@ G_GNUC_INTERNAL
void g_application_impl_destroy (GApplicationImpl *impl);
G_GNUC_INTERNAL
-GApplicationImpl * g_application_impl_register (GApplication *application,
- const gchar *appid,
- GApplicationFlags flags,
- GRemoteActionGroup**remote_actions,
- GCancellable *cancellable,
- GError **error);
+GApplicationImpl * g_application_impl_register (GApplication *application,
+ const gchar *appid,
+ GApplicationFlags flags,
+ GActionGroup *exported_actions,
+ GRemoteActionGroup **remote_actions,
+ GCancellable *cancellable,
+ GError **error);
G_GNUC_INTERNAL
void g_application_impl_activate (GApplicationImpl *impl,