forked from AuroraMiddleware/gtk
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:
parent
8e9e57b57c
commit
8ea4a9bb93
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user