[gnome-desktop/ebassi/update-for-gtk4] Use the C type for the element-type annotation



commit c6dbae5f37e95d975480782619f106dc437f3459
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Oct 29 16:15:49 2021 +0100

    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.

 libgnome-desktop/gnome-rr-config.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]