aboutsummaryrefslogtreecommitdiff
path: root/libindicate/listener.h
Commit message (Collapse)AuthorAgeFilesLines
* Changing the prototypes to start using the server added stuffTed Gould2009-02-061-2/+2
|
* Adding an interface to call back to an indicator and display it.Ted Gould2009-01-301-0/+3
|
* Oops, forgot the header thereTed Gould2009-01-291-2/+0
|
* Okay, moving all of the variables from the listener class into a private ↵Ted Gould2009-01-291-12/+0
| | | | object. This is to make the GObject introspection not need dbus, and thus we can reduce our build deps significantly.
* Getting some helper defines for some of the hacks that'll probably change in ↵Ted Gould2009-01-291-0/+3
| | | | the future
* Making the signals use #defines to make everything a little moreTed Gould2009-01-291-0/+6
| | | | | predictable. I hate this part of GObject signals.
* Adding in a get_property functionTed Gould2009-01-211-1/+9
|
* Getting the signals in shapeTed Gould2009-01-151-6/+8
|
* Okay, adding the other signals in and keeping track of the indicatorsTed Gould2009-01-151-2/+2
| | | | | that are hanging around. Now, to connect to things external.
* Now doing some DBus listening and getting some of the initial configuration ↵Ted Gould2009-01-151-0/+1
| | | | built up.
* Amazing how a little string can make such a huge difference.Ted Gould2009-01-151-1/+1
|
* Adding a new functionTed Gould2009-01-151-1/+1
|
* Starting to flesh out the listener a little bit, should get a list of names ↵Ted Gould2009-01-151-0/+12
| | | | on teh bus at this point
* Adding in the base object for the listener.Ted Gould2009-01-151-0/+53