mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user