[mutter] meta: Silence a couple of introspection warnings



commit f67e1a55ee35167dcf96c2cf11773284e20a5de6
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Tue Nov 27 17:11:15 2018 +0100

    meta: Silence a couple of introspection warnings
    
    We could just avoid introspecting `meta-startup-notification.h`, but
    that'd mean splitting up the header list. Just silence the warning
    instead.

 src/meta/display.h                   | 4 ++++
 src/meta/meta-startup-notification.h | 3 +++
 2 files changed, 7 insertions(+)
---
diff --git a/src/meta/display.h b/src/meta/display.h
index 0045fb726..68ddee7db 100644
--- a/src/meta/display.h
+++ b/src/meta/display.h
@@ -224,6 +224,10 @@ typedef enum
 } MetaDisplayCorner;
 
 MetaWorkspaceManager *meta_display_get_workspace_manager (MetaDisplay *display);
+
+/**
+ * meta_display_get_startup_notification: (skip)
+ */
 MetaStartupNotification * meta_display_get_startup_notification (MetaDisplay *display);
 
 #endif
diff --git a/src/meta/meta-startup-notification.h b/src/meta/meta-startup-notification.h
index da2d60ab5..5b4d51559 100644
--- a/src/meta/meta-startup-notification.h
+++ b/src/meta/meta-startup-notification.h
@@ -27,6 +27,9 @@ typedef struct _MetaStartupSequence MetaStartupSequence;
 
 GType         meta_startup_notification_get_type      (void);
 
+/**
+ * meta_startup_notification_get_sequences: (skip)
+ */
 GSList *      meta_startup_notification_get_sequences (MetaStartupNotification *sn);
 
 GType         meta_startup_sequence_get_type          (void);


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