Adding D-Bus API for cursor related APIs
authorTristan Van Berkom <tristanvb@openismus.com>
Mon, 20 May 2013 07:08:35 +0000 (16:08 +0900)
committerTristan Van Berkom <tristanvb@openismus.com>
Wed, 23 Oct 2013 18:39:38 +0000 (20:39 +0200)
commitde8b5407440d7d5dd10b088b7c724f36c3b2f979
treeb9807b13f5a89a4c27011369f83b242626fd31b3
parent252a29f8d278f1f1f3bce7f2126d7c1aceecfc14
Adding D-Bus API for cursor related APIs

  o org.freedesktop.locale1

    We generate a GDBus object to deal with the "org.freedesktop.locale1" interface
    on the system bus, specifically we are interested in system wide locale change
    notifications.

  o org.gnome.evolution.AddressBook

    Added the "Locale" property and added a method
    to create a cursor.

  o org.gnome.evolution.dataserver.AddressBookCursor

    The new D-Bus interface to interact with cursors.
private/Makefile.am
private/org.freedesktop.locale1.xml [new file with mode: 0644]
private/org.gnome.evolution.dataserver.AddressBook.xml
private/org.gnome.evolution.dataserver.AddressBookCursor.xml [new file with mode: 0644]