mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
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.
This commit is contained in:
parent
169022cbb0
commit
f67e1a55ee
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user