Skip to content
  • Iain Lane's avatar
    meta, startup-notification: Make type declarations public · 2e53ce8e
    Iain Lane authored
    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 structs private, so in practice MetaStartupSequence
    and MetaBackend can't be derived from (the are semi-private).
    2e53ce8e