summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2022-01-01 19:05:33 +0100
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2022-01-01 19:05:33 +0100
commitd029b62d233730f092d1ebaae3f8ea11052629ed (patch)
treee56d2e7ff592e854147cd9b148fbab47ea86b8ef /gtk
parent1e9bdb4647028c728088b7ff94de15548d7f0335 (diff)
downloadgtk+-d029b62d233730f092d1ebaae3f8ea11052629ed.tar.gz
gtk: mark gtk_mount_operation_get_parent as nullable
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkmountoperation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c
index baa4f785e5..43760283b4 100644
--- a/gtk/gtkmountoperation.c
+++ b/gtk/gtkmountoperation.c
@@ -1873,7 +1873,7 @@ gtk_mount_operation_set_parent (GtkMountOperation *op,
*
* Gets the transient parent used by the `GtkMountOperation`.
*
- * Returns: (transfer none): the transient parent for windows shown by @op
+ * Returns: (transfer none) (nullable): the transient parent for windows shown by @op
*/
GtkWindow *
gtk_mount_operation_get_parent (GtkMountOperation *op)