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

@@ -22,7 +22,7 @@
#include "config.h"
#include "gdbusactiongroup.h"
#include "gdbusactiongroup-private.h"
#include "gremoteactiongroup.h"
#include "gdbusconnection.h"