mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-25 11:27:53 +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
@@ -11,10 +11,8 @@ typedef struct
|
||||
GVariant *state;
|
||||
} RemoteActionInfo;
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
void g_application_impl_destroy (GApplicationImpl *impl);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
GApplicationImpl * g_application_impl_register (GApplication *application,
|
||||
const gchar *appid,
|
||||
GApplicationFlags flags,
|
||||
@@ -23,27 +21,21 @@ GApplicationImpl * g_application_impl_register (GApplic
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
void g_application_impl_activate (GApplicationImpl *impl,
|
||||
GVariant *platform_data);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
void g_application_impl_open (GApplicationImpl *impl,
|
||||
GFile **files,
|
||||
gint n_files,
|
||||
const gchar *hint,
|
||||
GVariant *platform_data);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
int g_application_impl_command_line (GApplicationImpl *impl,
|
||||
gchar **arguments,
|
||||
GVariant *platform_data);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
void g_application_impl_flush (GApplicationImpl *impl);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
GDBusConnection * g_application_impl_get_dbus_connection (GApplicationImpl *impl);
|
||||
|
||||
G_GNUC_INTERNAL
|
||||
const gchar * g_application_impl_get_dbus_object_path (GApplicationImpl *impl);
|
||||
|
Reference in New Issue
Block a user