summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-10-29 16:15:49 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-11-19 13:16:25 +0000
commit7c51cdc202796e28c573b45c727e5714e99085a9 (patch)
treeb70a8ab84de5ad65ca6cd037b8c6beac1778a346
parentb57f2692bc6047adb49c6a197fdfd1b836a97eae (diff)
downloadgnome-desktop-7c51cdc202796e28c573b45c727e5714e99085a9.tar.gz
Use the C type for the element-type annotation
The introspection scanner is perfectly capable of using the C type, instead of the fully qualified type name.
-rw-r--r--libgnome-desktop/gnome-rr-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgnome-desktop/gnome-rr-config.c b/libgnome-desktop/gnome-rr-config.c
index d30d7ea9..a6e663e9 100644
--- a/libgnome-desktop/gnome-rr-config.c
+++ b/libgnome-desktop/gnome-rr-config.c
@@ -658,7 +658,7 @@ gnome_rr_config_apply_persistent (GnomeRRConfig *config,
/**
* gnome_rr_config_get_outputs:
*
- * Returns: (array zero-terminated=1) (element-type GnomeDesktop.RROutputInfo) (transfer none): the output configuration for this #GnomeRRConfig
+ * Returns: (array zero-terminated=1) (element-type GnomeRROutputInfo) (transfer none): the output configuration for this #GnomeRRConfig
*/
GnomeRROutputInfo **
gnome_rr_config_get_outputs (GnomeRRConfig *self)