aboutsummaryrefslogtreecommitdiff
path: root/src/libcustomindicator/custom-indicator.c
Commit message (Expand)AuthorAgeFilesLines
* Total insane rename. Probably broke more than a few things.Ted Gould2009-11-301-847/+0
* Moving the connection code into a function that is called to check to see if ...Ted Gould2009-11-241-18/+34
* Merging in changes on trunk. Resolving a conflict.Ted Gould2009-11-241-5/+0
|\
| * Removing the checks on private being NULL when we're already testing the object.Ted Gould2009-11-031-5/+0
* | Connecting to a notification watcher.Ted Gould2009-11-231-1/+26
* | Adding in the dbus shared header.Ted Gould2009-11-091-0/+2
|/
* Looking for the wrong property, we can only set the object.Ted Gould2009-10-221-1/+1
* We can't get the enum values from the string param spec, we need to find the ...Ted Gould2009-10-221-2/+4
* Gimme a breakTed Gould2009-10-221-0/+1
* Adding a set of read-only properties that deal with the strings for dbus, and...Ted Gould2009-10-221-48/+69
* Change the enums to match the KDE ones to make life simpler even though I dis...Ted Gould2009-10-211-5/+5
* The signal should have a string not a enum value.Ted Gould2009-10-211-1/+5
* Making sure to signal if we change the status.Ted Gould2009-10-211-1/+12
* Switching from doing the GValues as enums to the more specific types.Ted Gould2009-10-211-4/+4
* Silly, these are enums not ints.Ted Gould2009-10-211-8/+8
* Fleshing out the get functions.Ted Gould2009-10-201-12/+72
* Fleshing out the set functions.Ted Gould2009-10-201-7/+67
* Filling out some prototypes.Ted Gould2009-10-201-0/+90
* Okay, connecting this little thing into DBus already.Ted Gould2009-10-201-0/+19
* Making sure to free and unref all of our private variables.Ted Gould2009-10-201-0/+49
* Now for some 'set' code. Bringin' it.Ted Gould2009-10-201-3/+101
* Fleshing out get parameters...Ted Gould2009-10-201-0/+77
* Adding in a bunch of things to the private struct. We now have data! Ted Gould2009-10-201-2/+30
* Basic property case statements.Ted Gould2009-10-201-0/+44
* Creating a connected property to check easily.Ted Gould2009-10-191-1/+11
* Boom, there are some signals.Ted Gould2009-10-191-1/+81
* Wow, properties. The properties system in gobject is a little insane.Ted Gould2009-10-191-2/+50
* Changing the name to match the changes in the previous commit.Ted Gould2009-10-171-1/+1
* Making sure to get the property names into defines so that we can ensure they...Ted Gould2009-10-171-1/+8
* Filling out the property list.Ted Gould2009-10-171-1/+10
* Putting in our first property, status. Woo hoo! Ted Gould2009-10-161-1/+15
* Set and get propertiesTed Gould2009-10-161-0/+20
* Building a basic library starting out.Ted Gould2009-10-151-0/+57