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
This commit is contained in:
Colin Walters
2012-11-01 19:43:02 -04:00
parent dc4922af21
commit 94ef8dff0d
5 changed files with 41 additions and 9 deletions

View File

@@ -45,7 +45,7 @@
* g_dbus_action_group_get() to obtain a #GDBusActionGroup.
*/
G_GNUC_INTERNAL GVariant *
static GVariant *
g_action_group_describe_action (GActionGroup *action_group,
const gchar *name)
{