diff options
Diffstat (limited to 'gtk/gtkmountoperation.c')
-rw-r--r-- | gtk/gtkmountoperation.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c index f3e1cca24a..8023dbfaf9 100644 --- a/gtk/gtkmountoperation.c +++ b/gtk/gtkmountoperation.c @@ -1451,7 +1451,7 @@ gtk_mount_operation_set_parent (GtkMountOperation *op, * * Gets the transient parent used by the #GtkMountOperation * - * Returns: the transient parent for windows shown by @op + * Returns: (transfer none): the transient parent for windows shown by @op * * Since: 2.14 */ @@ -1501,10 +1501,10 @@ gtk_mount_operation_set_screen (GtkMountOperation *op, * gtk_mount_operation_get_screen: * @op: a #GtkMountOperation * - * Gets the screen on which windows of the #GtkMountOperation + * Gets the screen on which windows of the #GtkMountOperation * will be shown. * - * Returns: the screen on which windows of @op are shown + * Returns: (transfer none): the screen on which windows of @op are shown * * Since: 2.14 */ |