aboutsummaryrefslogtreecommitdiff
path: root/libindicate/listener.c
Commit message (Expand)AuthorAgeFilesLines
* Commenting out some debug messagesTed Gould2009-04-131-2/+3
* Less debugTed Gould2009-04-131-1/+1
* Ah, a typo. Bother.Ted Gould2009-04-131-1/+1
* Okay, connected into that other there code... let's see what happens.Ted Gould2009-04-131-7/+11
* Fleshing out someTed Gould2009-04-131-0/+10
* Whoa, it like builds and stuffTed Gould2009-04-131-6/+55
* Updating from trunkTed Gould2009-04-121-2/+2
|\
| * Some slight code cleanups to remove warningsTed Gould2009-04-121-2/+2
| |\
| | * Fixing some pedantic little bugs to try and figure out what's causing 359018Ted Gould2009-04-111-2/+2
* | | Proto-pseudo-code for the introspection functions that are going to be neededTed Gould2009-04-121-0/+31
|/ /
* | gtypify IndicateListenerIndicatorEitan Isaacson2009-04-101-3/+14
* | changed IndicateListenerServer to a gtyped pointer instead of a gboxed.Eitan Isaacson2009-04-101-19/+7
* | Changed marshallers to GBoxed for IndicatorListenerServer.Eitan Isaacson2009-04-081-26/+12
* | GBoxed IndicateListenerServerEitan Isaacson2009-04-081-0/+37
|/
* Simplifying error messageTed Gould2009-04-071-1/+1
* * Some debug messagesTed Gould2009-04-061-7/+8
* Moving private interests out of the public header file.Ted Gould2009-04-031-0/+1
* Hiding all of the functions that part of the DBus interface in thatTed Gould2009-04-031-2/+7
* Hiding the marshsallers from the libraries in the symbols by adding a _ in fr...Ted Gould2009-04-031-6/+6
* Cleaning up the exported symbols, make sure that 'get_type_cb' isn't exportedTed Gould2009-04-031-2/+2
* Fleshing out the functions in the listener to set interests.Ted Gould2009-04-031-1/+57
* Switch to searching on the connection, which is really what we care about and...Ted Gould2009-04-011-3/+5
* First pass at the pretty meag-change to make it so that we can detect people ...Ted Gould2009-04-011-41/+82
* Linking in the build interfaces, needed a temporary function to get linking r...Ted Gould2009-02-251-0/+9
* true is TRUETed Gould2009-02-251-2/+2
* Adding information on how the server was added, but not really usingTed Gould2009-02-221-4/+12
* Adding a check for NULL string in the icon parsing code. This willTed Gould2009-02-151-0/+5
* Ah, declared a variable in an if so that it didn't get out of scope. Like it...Ted Gould2009-02-131-2/+3
* Changing the icon data to be base64 encoded, should have done that originally...Ted Gould2009-02-121-1/+6
* Fixing some prototypes to fix warnings and errors we haven't yet encountered....Ted Gould2009-02-121-2/+4
* Seeing what happens if I turn on "sign always" in Bazaar.Ted Gould2009-02-121-0/+1
* Adding in the code for handling icons and timeTed Gould2009-02-121-0/+30
* Rebuilding the way that priorities get done so that we can handle a time and ...Ted Gould2009-02-121-4/+42
* Fixing the deallocation to check the right parameters.Ted Gould2009-02-111-2/+2
* Turning off some debugging, reformatting, and putting the connection into the...Ted Gould2009-02-111-23/+13
* Basically things are working as the proxyts are now findable.Ted Gould2009-02-111-6/+6
* Fixing the call, checking both lists of proxies, and adding some debug info.Ted Gould2009-02-111-2/+12
* Removing an annoying warningTed Gould2009-02-111-2/+0
* Adding a check for type in the middle of the state machine for building a ser...Ted Gould2009-02-111-5/+25
* Adding in a ref-default function so that we can keep one listenerTed Gould2009-02-111-0/+18
* 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/+98
* | Avoiding a conflict with GObject's get_type function.Ted Gould2009-02-101-2/+2
* | Adding in real functions to match the prototypes.Ted Gould2009-02-101-0/+16
|/
* Ah, stupid little wrong functionTed Gould2009-02-061-1/+1
* Tracking the type of the server in the proxyt structureTed Gould2009-02-061-4/+18
* Changing the prototypes to start using the server added stuffTed Gould2009-02-061-12/+21
* 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