forked from AuroraMiddleware/gtk
parent
d4ddb1d157
commit
f109ee6d8c
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user