gdbusactiongroup: Add prototype for g_dbus_action_group_sync()
authorColin Walters <walters@verbum.org>
Thu, 1 Nov 2012 23:43:02 +0000 (19:43 -0400)
committerColin Walters <walters@verbum.org>
Fri, 2 Nov 2012 13:03:52 +0000 (09:03 -0400)
commit94ef8dff0d5da861389f12dee592c42936c4dba9
tree489e2de8bf1fdad750bf22289904347c5e681402
parentdc4922af219397b18ca4d9d0ba53f0a99b43f3d4
gdbusactiongroup: Add prototype for g_dbus_action_group_sync()

Even private functions that are actually called across compilation
units should have prototypes.  For g_dbus_action_group_sync(), create
one in gdbusactiongroup-private.h

https://bugzilla.gnome.org/show_bug.cgi?id=687385
gio/Makefile.am
gio/gactiongroupexporter.c
gio/gapplicationimpl-dbus.c
gio/gdbusactiongroup-private.h [new file with mode: 0644]
gio/gdbusactiongroup.c