mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fix typo in G_TEST_DBUS.
This commit is contained in:
parent
d681b581ff
commit
7db2ac7b88
@ -37,7 +37,7 @@ G_BEGIN_DECLS
|
||||
(g_test_dbus_get_type ())
|
||||
#define G_TEST_DBUS(obj) \
|
||||
(G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_TEST_DBUS, \
|
||||
GTestDbus))
|
||||
GTestDBus))
|
||||
#define G_IS_TEST_DBUS(obj) \
|
||||
(G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_TEST_DBUS))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user