]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkfilechooserdialog.h
Remove trailing commas
[~andy/gtk] / gtk / gtkfilechooserdialog.h
index 803085cba1cdc0dfe5e9b76efa2b220663d5fa2a..44cf39c0c6533075bc24ff4af32f554a33dbda4a 100644 (file)
@@ -50,18 +50,18 @@ struct _GtkFileChooserDialog
   GtkFileChooserDialogPrivate *priv;
 };
 
-GType      gtk_file_chooser_dialog_get_type         (void);
+GType      gtk_file_chooser_dialog_get_type         (void) G_GNUC_CONST;
 GtkWidget *gtk_file_chooser_dialog_new              (const gchar          *title,
                                                     GtkWindow            *parent,
                                                     GtkFileChooserAction  action,
                                                     const gchar          *first_button_text,
-                                                    ...);
+                                                    ...) G_GNUC_NULL_TERMINATED;
 GtkWidget *gtk_file_chooser_dialog_new_with_backend (const gchar          *title,
                                                     GtkWindow            *parent,
                                                     GtkFileChooserAction  action,
                                                     const gchar          *backend,
                                                     const gchar          *first_button_text,
-                                                    ...);
+                                                    ...) G_GNUC_NULL_TERMINATED;
 
 G_END_DECLS