Skip to content

startup-notification: Make type declarations public

Iain Lane requested to merge wip/iainl/startup-notification-declarations into master

Shell is using these, which was revealed by 1bbb5c81 breaking its build when generating its introspection due to meta_startup_notification_get_type() not being found.

We keep the class struct private, so in practice MetaStartupSequence can't be derived from (it is semi-private).


WARNING: I haven't actually tried to run Shell with this though, yet.

Merge request reports