mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Remove debug flag argument to g_type_init() and add
Thu Jun 28 22:49:40 2001 Owen Taylor <otaylor@redhat.com> * gtype.[ch] gobject-query.c testgruntime.c: Remove debug flag argument to g_type_init() and add g_type_init_with_debug_flags().
This commit is contained in:
@@ -182,7 +182,8 @@ typedef enum /*< skip >*/
|
||||
|
||||
|
||||
/* --- prototypes --- */
|
||||
void g_type_init (GTypeDebugFlags debug_flags);
|
||||
void g_type_init (void);
|
||||
void g_type_init_with_debug_flags (GTypeDebugFlags debug_flags);
|
||||
G_CONST_RETURN gchar* g_type_name (GType type);
|
||||
GQuark g_type_qname (GType type);
|
||||
GType g_type_from_name (const gchar *name);
|
||||
|
Reference in New Issue
Block a user