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:
Matthias Clasen
2005-07-11 17:58:29 +00:00
committed by Matthias Clasen
parent b5dde25253
commit 693b03a749
3 changed files with 10 additions and 3 deletions

View File

@@ -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);