mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
Rename all visibility macros
This commit is contained in:
@@ -36,7 +36,7 @@ G_BEGIN_DECLS
|
||||
* Since: 2.72
|
||||
*/
|
||||
#define G_TYPE_DEBUG_CONTROLLER_DBUS (g_debug_controller_dbus_get_type ())
|
||||
GLIB_AVAILABLE_IN_2_72
|
||||
GIO_AVAILABLE_IN_2_72
|
||||
G_DECLARE_DERIVABLE_TYPE (GDebugControllerDBus, g_debug_controller_dbus, G, DEBUG_CONTROLLER_DBUS, GObject)
|
||||
|
||||
/**
|
||||
@@ -58,12 +58,12 @@ struct _GDebugControllerDBusClass
|
||||
gpointer padding[12];
|
||||
};
|
||||
|
||||
GLIB_AVAILABLE_IN_2_72
|
||||
GIO_AVAILABLE_IN_2_72
|
||||
GDebugControllerDBus *g_debug_controller_dbus_new (GDBusConnection *connection,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
GLIB_AVAILABLE_IN_2_72
|
||||
GIO_AVAILABLE_IN_2_72
|
||||
void g_debug_controller_dbus_stop (GDebugControllerDBus *self);
|
||||
|
||||
G_END_DECLS
|
||||
|
Reference in New Issue
Block a user