diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-09-21 00:18:11 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-09-21 00:18:11 -0400 |
commit | e0aa12eb0ab8d20a2bc9de7d89c779d3566ee669 (patch) | |
tree | 63a25f9dd34d5a7b8776c37bccb197bf5d63bfb0 /gtk/gtkmountoperation.c | |
parent | ca251cf1d45ed6be71065d058313b9b22d36f10d (diff) | |
download | gtk+-e0aa12eb0ab8d20a2bc9de7d89c779d3566ee669.tar.gz |
Tons of transfer annotations
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 */ |