gtk/gtkfilechooserdialog.[hc] Remove the G_GNUC_NULL_TERMINATED marker

2005-07-25  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtk.symbols:
	* gtk/gtkobject.[hc]:
	* gtk/gtkfilechooserdialog.[hc]
	* gtk/gtkdialog.[hc]: Remove the G_GNUC_NULL_TERMINATED marker
	from a number of varargs functions where we allow to omit the
	varargs completely.  (#311465, Callum McKenzie)
This commit is contained in:
Matthias Clasen 2005-07-25 13:34:24 +00:00 committed by Matthias Clasen
parent 8fe10d1357
commit 258f25700d
6 changed files with 33 additions and 6 deletions

View File

@ -1,3 +1,12 @@
2005-07-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkobject.[hc]:
* gtk/gtkfilechooserdialog.[hc]
* gtk/gtkdialog.[hc]: Remove the G_GNUC_NULL_TERMINATED marker
from a number of varargs functions where we allow to omit the
varargs completely. (#311465, Callum McKenzie)
2005-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.4 ===

View File

@ -1,3 +1,12 @@
2005-07-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkobject.[hc]:
* gtk/gtkfilechooserdialog.[hc]
* gtk/gtkdialog.[hc]: Remove the G_GNUC_NULL_TERMINATED marker
from a number of varargs functions where we allow to omit the
varargs completely. (#311465, Callum McKenzie)
2005-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.4 ===

View File

@ -1,3 +1,12 @@
2005-07-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtkobject.[hc]:
* gtk/gtkfilechooserdialog.[hc]
* gtk/gtkdialog.[hc]: Remove the G_GNUC_NULL_TERMINATED marker
from a number of varargs functions where we allow to omit the
varargs completely. (#311465, Callum McKenzie)
2005-07-22 Matthias Clasen <mclasen@redhat.com>
* === Released 2.7.4 ===

View File

@ -920,7 +920,7 @@ gtk_dialog_get_has_separator
gtk_dialog_get_response_for_widget
gtk_dialog_get_type G_GNUC_CONST
gtk_dialog_new
gtk_dialog_new_with_buttons G_GNUC_NULL_TERMINATED
gtk_dialog_new_with_buttons
gtk_dialog_response
gtk_dialog_run
gtk_alternative_dialog_button_order
@ -1255,8 +1255,8 @@ gtk_file_chooser_unselect_uri
#if IN_HEADER(__GTK_FILE_CHOOSER_DIALOG_H__)
#if IN_FILE(__GTK_FILE_CHOOSER_DIALOG_C__)
gtk_file_chooser_dialog_get_type G_GNUC_CONST
gtk_file_chooser_dialog_new G_GNUC_NULL_TERMINATED
gtk_file_chooser_dialog_new_with_backend G_GNUC_NULL_TERMINATED
gtk_file_chooser_dialog_new
gtk_file_chooser_dialog_new_with_backend
#endif
#endif
@ -2254,7 +2254,7 @@ gtk_object_set G_GNUC_NULL_TERMINATED
gtk_object_get_data
gtk_object_get_data_by_id
gtk_object_get_user_data
gtk_object_new G_GNUC_NULL_TERMINATED
gtk_object_new
gtk_object_remove_data
gtk_object_remove_data_by_id
gtk_object_remove_no_notify

View File

@ -128,7 +128,7 @@ GtkWidget* gtk_dialog_new_with_buttons (const gchar *title,
GtkWindow *parent,
GtkDialogFlags flags,
const gchar *first_button_text,
...) G_GNUC_NULL_TERMINATED;
...);
void gtk_dialog_add_action_widget (GtkDialog *dialog,
GtkWidget *child,

View File

@ -126,7 +126,7 @@ void gtk_object_destroy (GtkObject *object);
GtkObject* gtk_object_new (GtkType type,
const gchar *first_property_name,
...) G_GNUC_NULL_TERMINATED;
...);
GtkObject* gtk_object_ref (GtkObject *object);
void gtk_object_unref (GtkObject *object);
void gtk_object_weakref (GtkObject *object,