aboutsummaryrefslogtreecommitdiff
path: root/libindicate/listener.h
Commit message (Collapse)AuthorAgeFilesLines
* Rebuilding the way that priorities get done so that we can handle a time and ↵Ted Gould2009-02-121-0/+16
| | | | icon version of the functions so that apps don't have to worry about those details.
* Adding in a ref-default function so that we can keep one listenerTed Gould2009-02-111-0/+1
| | | | | around for fun and profit.
* Getting all the legal stuff in.Ted Gould2009-02-111-0/+28
|\
| * Adding a license to the top of all these files. LGPL 2/3Ted Gould2009-02-111-0/+28
| |
* | Building a way to get properties. Seems like this should be in the DBusTed Gould2009-02-101-4/+3
| | | | | | | | | | | | libs, but anyway. Here is the code that compiles and claims that it'll do it. More code than I would have liked.
* | Avoiding a conflict with GObject's get_type function.Ted Gould2009-02-101-18/+18
| |
* | Adding an API for getting the type and desktop filesTed Gould2009-02-101-0/+10
|/
* 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