missing Since 2.14, fixes #549236

svn path=/trunk/; revision=21194
This commit is contained in:
Gian Mario Tagliaretti 2008-08-25 06:04:36 +00:00
parent d4ddb1d157
commit f109ee6d8c
3 changed files with 6 additions and 0 deletions

View File

@ -1181,6 +1181,8 @@ gtk_file_chooser_set_file (GtkFileChooser *chooser,
* folder.
*
* Returns: a selected #GFile
*
* Since: 2.14
**/
GFile *
gtk_file_chooser_get_file (GtkFileChooser *chooser)

View File

@ -1612,6 +1612,8 @@ gtk_font_selection_dialog_get_apply_button (GtkFontSelectionDialog *fsd)
* Gets the 'Cancel' button.
*
* Return value: the #GtkWidget used in the dialog for the 'Cancel' button.
*
* Since: 2.14
*/
GtkWidget *
gtk_font_selection_dialog_get_cancel_button (GtkFontSelectionDialog *fsd)

View File

@ -767,6 +767,8 @@ gtk_mount_operation_is_showing (GtkMountOperation *op)
*
* Sets the transient parent for windows shown by the
* #GtkMountOperation.
*
* Since: 2.14
*/
void
gtk_mount_operation_set_parent (GtkMountOperation *op,