mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +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
@@ -131,7 +131,7 @@ GParamSpec**g_object_interface_list_properties (gpointer g_iface,
|
||||
|
||||
gpointer g_object_new (GType object_type,
|
||||
const gchar *first_property_name,
|
||||
...) G_GNUC_NULL_TERMINATED;
|
||||
...);
|
||||
gpointer g_object_newv (GType object_type,
|
||||
guint n_parameters,
|
||||
GParameter *parameters);
|
||||
|
Reference in New Issue
Block a user