mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 18:07:54 +02:00
Rename all visibility macros
This commit is contained in:
@@ -66,16 +66,16 @@ struct _GDBusInterfaceIface
|
||||
GDBusObject *(*dup_object) (GDBusInterface *interface_);
|
||||
};
|
||||
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
GType g_dbus_interface_get_type (void) G_GNUC_CONST;
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
GDBusInterfaceInfo *g_dbus_interface_get_info (GDBusInterface *interface_);
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
GDBusObject *g_dbus_interface_get_object (GDBusInterface *interface_);
|
||||
GLIB_AVAILABLE_IN_ALL
|
||||
GIO_AVAILABLE_IN_ALL
|
||||
void g_dbus_interface_set_object (GDBusInterface *interface_,
|
||||
GDBusObject *object);
|
||||
GLIB_AVAILABLE_IN_2_32
|
||||
GIO_AVAILABLE_IN_2_32
|
||||
GDBusObject *g_dbus_interface_dup_object (GDBusInterface *interface_);
|
||||
|
||||
G_END_DECLS
|
||||
|
Reference in New Issue
Block a user