mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Remove most use of G_GNUC_INTERNAL
Now that we use an explicit list of symbols to export, the G_GNUC_INTERNAL is redundant. https://bugzilla.gnome.org/show_bug.cgi?id=688681
This commit is contained in:
committed by
Ryan Lortie
parent
dbf447292d
commit
6f8f1f7097
@@ -505,7 +505,7 @@ g_dbus_action_group_get (GDBusConnection *connection,
|
||||
return group;
|
||||
}
|
||||
|
||||
G_GNUC_INTERNAL gboolean
|
||||
gboolean
|
||||
g_dbus_action_group_sync (GDBusActionGroup *group,
|
||||
GCancellable *cancellable,
|
||||
GError **error)
|
||||
|
Reference in New Issue
Block a user