aboutsummaryrefslogtreecommitdiff
path: root/libindicate/listener.c
Commit message (Expand)AuthorAgeFilesLines
* Adding an interface to call back to an indicator and display it.Ted Gould2009-01-301-1/+21
* Wow, I didn't realize we weren't handling properties at all correctly. Fixed...Ted Gould2009-01-291-9/+17
* Okay, moving all of the variables from the listener class into a private obje...Ted Gould2009-01-291-36/+65
* Making the signals use #defines to make everything a little moreTed Gould2009-01-291-5/+5
* Changed to only listen to reference names instead of descriptiveTed Gould2009-01-261-0/+4
* Adding in a get_property functionTed Gould2009-01-211-0/+53
* Handling the case that we're destroying an entry because the bus told us to. ...Ted Gould2009-01-161-4/+44
* Fixing the printing and the saving of indicators.Ted Gould2009-01-151-1/+1
* Changing the test to do the printing by itself instead of using the debug mes...Ted Gould2009-01-151-5/+5
* Getting the signals in shapeTed Gould2009-01-151-16/+28
* Okay, adding the other signals in and keeping track of the indicatorsTed Gould2009-01-151-5/+110
* Get the type of the list of indicators that we got, and then set the up to re...Ted Gould2009-01-151-2/+29
* Now correctly calling the get indicators function to get the indicators on al...Ted Gould2009-01-151-0/+19
* Adding in a marshaller for the DBus signals that we needTed Gould2009-01-151-0/+9
* Now doing some DBus listening and getting some of the initial configuration b...Ted Gould2009-01-151-1/+77
* Adding a new functionTed Gould2009-01-151-1/+9
* Starting to flesh out the listener a little bit, should get a list of names o...Ted Gould2009-01-151-1/+137
* Adding in the base object for the listener.Ted Gould2009-01-151-0/+78