mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 07:34:09 +00:00
startup-notification: Fix some introspection annotations
This avoids a bunch of warnings and fixes a transfer annotation. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2374>
This commit is contained in:
parent
14ab0238d0
commit
8c656a7f40
@ -701,7 +701,7 @@ meta_startup_notification_new (MetaDisplay *display)
|
||||
*
|
||||
* Get the list of startup sequences arrived in the startup notification object.
|
||||
*
|
||||
* Returns: (element-type MetaStartupSequence): a #GSList of
|
||||
* Returns: (element-type MetaStartupSequence) (transfer none): a #GSList of
|
||||
* #MetaStartupSequence in the #MetaStartupNotification.
|
||||
**/
|
||||
GSList *
|
||||
|
@ -44,30 +44,30 @@ MetaLaunchContext *
|
||||
meta_startup_notification_create_launcher (MetaStartupNotification *sn);
|
||||
|
||||
META_EXPORT
|
||||
const char * meta_startup_sequence_get_id (MetaStartupSequence *sequence);
|
||||
const char * meta_startup_sequence_get_id (MetaStartupSequence *seq);
|
||||
|
||||
META_EXPORT
|
||||
gboolean meta_startup_sequence_get_completed (MetaStartupSequence *sequence);
|
||||
gboolean meta_startup_sequence_get_completed (MetaStartupSequence *seq);
|
||||
|
||||
META_EXPORT
|
||||
const char * meta_startup_sequence_get_name (MetaStartupSequence *sequence);
|
||||
const char * meta_startup_sequence_get_name (MetaStartupSequence *seq);
|
||||
|
||||
META_EXPORT
|
||||
int meta_startup_sequence_get_workspace (MetaStartupSequence *sequence);
|
||||
int meta_startup_sequence_get_workspace (MetaStartupSequence *seq);
|
||||
|
||||
META_EXPORT
|
||||
uint64_t meta_startup_sequence_get_timestamp (MetaStartupSequence *sequence);
|
||||
uint64_t meta_startup_sequence_get_timestamp (MetaStartupSequence *seq);
|
||||
|
||||
META_EXPORT
|
||||
const char * meta_startup_sequence_get_icon_name (MetaStartupSequence *sequence);
|
||||
const char * meta_startup_sequence_get_icon_name (MetaStartupSequence *seq);
|
||||
|
||||
META_EXPORT
|
||||
const char * meta_startup_sequence_get_application_id (MetaStartupSequence *sequence);
|
||||
const char * meta_startup_sequence_get_application_id (MetaStartupSequence *seq);
|
||||
|
||||
META_EXPORT
|
||||
const char * meta_startup_sequence_get_wmclass (MetaStartupSequence *sequence);
|
||||
const char * meta_startup_sequence_get_wmclass (MetaStartupSequence *seq);
|
||||
|
||||
META_EXPORT
|
||||
void meta_startup_sequence_complete (MetaStartupSequence *sequence);
|
||||
void meta_startup_sequence_complete (MetaStartupSequence *seq);
|
||||
|
||||
#endif /* META_STARTUP_NOTIFICATION_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user