Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server: Dispatch default collection items #149

Merged
merged 2 commits into from
Oct 29, 2024

Commits on Oct 29, 2024

  1. server: Keep a ref to the connection in ServiceManager

    This removes the connection attribute from Service.
    And add object_server()
    
    Signed-off-by: Dhanuka Warusadura <dhanuka@gnome.org>
    warusadura committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    02f53fa View commit details
    Browse the repository at this point in the history
  2. server: Dispatch default collection items

    And, Collection::new() now takes an additional parameter: locked. Based
    on this the locked status of a collection is determined. When the daemon is
    executed with the -l option, default collection and its items will be in
    unlocked status.
    
    Signed-off-by: Dhanuka Warusadura <dhanuka@gnome.org>
    warusadura committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    4e07cf7 View commit details
    Browse the repository at this point in the history