aboutsummaryrefslogtreecommitdiff
path: root/libindicate/indicate-interface.xml
Commit message (Collapse)AuthorAgeFilesLines
* Deleting everything only leaving libindicatorTed Gould2009-08-181-103/+0
|
* Switching around the show_interest and remove_interest functions so thatTed Gould2009-04-021-0/+2
| | | | | | | | they are now asyncronous. Not that being asynchronous is important but more that now they get the Method Invocation interface that we can use to find out the sender of the message. Changed various APIs as a result of this, and moved the DBus functions to be internal.
* Adding new functions show_interest and remove_interest into the API. Now to ↵Ted Gould2009-04-011-0/+6
| | | | fill in the backend.
* Adding a license to the top of all these files. LGPL 2/3Ted Gould2009-02-111-0/+28
|
* Changing the DBUS API slightly. Now there is no 'get_desktop' function as ↵Ted Gould2009-02-051-3/+10
| | | | desktop is a property. Added a property for type so that we can understand what kind of application this is. And finally adding show/hide signals on the server as they were already on the listener.
* Changing to the dbus interface and changing to build teh client and server ↵Ted Gould2009-01-151-0/+60
interfaces