mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Remove G_GNUC_NULL_TERMINATED from g_object_new again, since that makes
2005-07-11 Matthias Clasen <mclasen@redhat.com> * gobject.h: * gobject.symbols: Remove G_GNUC_NULL_TERMINATED from g_object_new again, since that makes gcc warn on calls of the form g_object_new (some_type, NULL)
This commit is contained in:
committed by
Matthias Clasen
parent
b5dde25253
commit
693b03a749
@@ -127,7 +127,7 @@ g_object_get_valist
|
||||
g_object_interface_find_property
|
||||
g_object_interface_install_property
|
||||
g_object_interface_list_properties
|
||||
g_object_new G_GNUC_NULL_TERMINATED
|
||||
g_object_new
|
||||
g_object_newv
|
||||
g_object_new_valist
|
||||
g_object_notify
|
||||
@@ -308,7 +308,7 @@ g_type_add_interface_dynamic
|
||||
g_type_add_interface_static
|
||||
g_type_check_class_cast
|
||||
g_type_check_class_is_a
|
||||
g_type_check_instance
|
||||
g_type_check_instance
|
||||
g_type_check_instance_cast
|
||||
g_type_check_instance_is_a
|
||||
g_type_check_is_value_type
|
||||
|
Reference in New Issue
Block a user