Skip to content

Commit

Permalink
mark org.gnome.Hamster.GUI as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
ederag committed Feb 17, 2020
1 parent 4e593e6 commit b0eac53
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/hamster-cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,12 @@ def fact_dict(fact_data, with_date):
class Hamster(gtk.Application):
"""Hamster gui.
Can be accessed across D-Bus with the 'org.gnome.Hamster.GUI' id.
Actions should eventually be accessible via Gio.DBusActionGroup
with the 'org.gnome.Hamster.GUI' id.
but that is still experimental, the actions API is subject to change.
Discussion with "external" developpers welcome !
The separate dbus org.gnome.Hamster.WindowServer
is still the stable recommended way to show windows for now.
"""

def __init__(self):
Expand Down

0 comments on commit b0eac53

Please sign in to comment.