← Back to team overview

gnome-zeitgeist team mailing list archive

[Bug 383342] [NEW] DBus API does not follow DBus API guidelines

 

Public bug reported:

I see in zeitgeist.engine.remote.RemoteInterface that the method names a
not CamelCased as recommended by the DBus spec.

To follow the DBus guidelines the method names should be like:

org.gnome.Zeitgeist.GetItem
org.gnome.Zeitgeist.GetItems
org.gnome.ZeitgeistGetItemsWithMimetype
...

See http://dbus.freedesktop.org/doc/dbus-specification.html#naming-
conventions

** Affects: gnome-zeitgeist
     Importance: Undecided
         Status: New

-- 
DBus API does not follow DBus API guidelines
https://bugs.launchpad.net/bugs/383342
You received this bug notification because you are a member of GNOME
Zeitgeist, which is subscribed to GNOME Zeitgeist.

Status in GNOME Zeitgeist: New

Bug description:
I see in zeitgeist.engine.remote.RemoteInterface that the method names a not CamelCased as recommended by the DBus spec.

To follow the DBus guidelines the method names should be like:

org.gnome.Zeitgeist.GetItem
org.gnome.Zeitgeist.GetItems
org.gnome.ZeitgeistGetItemsWithMimetype
...

See http://dbus.freedesktop.org/doc/dbus-specification.html#naming-conventions



Follow ups

References