mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
GDBus: Avoid using the word interface in public C headers
Same deal as with e.g. index since some libraries may do crazy stuff such as "#define interface xyz". Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -71,10 +71,10 @@ struct _GDBusObjectManagerIface
|
||||
|
||||
void (*interface_added) (GDBusObjectManager *manager,
|
||||
GDBusObject *object,
|
||||
GDBusInterface *interface);
|
||||
GDBusInterface *interface_);
|
||||
void (*interface_removed) (GDBusObjectManager *manager,
|
||||
GDBusObject *object,
|
||||
GDBusInterface *interface);
|
||||
GDBusInterface *interface_);
|
||||
};
|
||||
|
||||
GType g_dbus_object_manager_get_type (void) G_GNUC_CONST;
|
||||
|
Reference in New Issue
Block a user