Add "Since 2.8" to the signal and enum.

2005-07-15  Federico Mena Quintero  <federico@ximian.com>

	* gtk/tmpl/gtkfilechooser.sgml: Add "Since 2.8" to the signal and enum.
This commit is contained in:
Federico Mena Quintero 2005-07-15 06:09:25 +00:00 committed by Federico Mena Quintero
parent 8e9e57b57c
commit 8ea4a9bb93
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-07-15 Federico Mena Quintero <federico@ximian.com>
* gtk/tmpl/gtkfilechooser.sgml: Add "Since 2.8" to the signal and enum.
2005-07-15 Federico Mena Quintero <federico@ximian.com>
* gtk/tmpl/gtkfilechooserdialog.sgml: Add a "save" example to the

View File

@ -483,6 +483,10 @@ gtk_widget_destroy (chooser);
@Returns: #GtkFileChooserConfirmation value that indicates which
action to take after emitting the signal.
<para>
Since 2.8
</para>
<!-- ##### SIGNAL GtkFileChooser::current-folder-changed ##### -->
<para>
@ -601,6 +605,10 @@ gtk_widget_destroy (chooser);
@GTK_FILE_CHOOSER_CONFIRMATION_SELECT_AGAIN: The file chooser will
continue running, so as to let the user select another file name.
<para>
Since 2.8
</para>
<!-- ##### MACRO GTK_FILE_CHOOSER_ERROR ##### -->
<para>
Used to get the #GError quark for #GtkFileChooser errors.