aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/server.c
Commit message (Expand)AuthorAgeFilesLines
* Use proper types on functionTed Gould2011-03-031-2/+2
|\
| * These should be tuples, and now they are! Ted Gould2011-02-281-2/+2
* | Should be a tupleTed Gould2011-03-031-1/+1
* | Changing comment so it can get some GIR lovin'Ted Gould2011-03-031-9/+9
* | Changing property name to match DBus recommendationsTed Gould2011-03-021-2/+2
* | Sync up to trunkTed Gould2011-03-021-13/+34
|\ \
| * | Rename dbus properties to follow dbus naming conventionsAurelien Gateau2011-03-021-5/+5
| * | Use the right i18n headerTed Gould2011-03-011-1/+1
| |\ \
| | * | Use the library i18n instead of the standard one for apps.Ted Gould2011-02-251-1/+1
| | |/
| * / Actually looking up the parent menu itemTed Gould2011-03-011-1/+5
| |/
| * Set property to status and return itTed Gould2011-02-241-0/+2
| * Documentation fixesTed Gould2011-02-241-0/+2
| * Only send property updates if the item has been already requested.Ted Gould2011-02-241-6/+17
| |\
| | * Adjusting so that we can check to see if the menu item has been exposed befor...Ted Gould2011-02-181-6/+17
| * | Allow sending only some properties based on what is requested.Ted Gould2011-02-241-1/+3
| |\ \
| | * | When we're being selective we need to ensure we don't unref too boldly.Ted Gould2011-02-211-1/+3
| | |/
* | | Handle the property being grabbed over dbusTed Gould2011-02-221-0/+10
* | | Fleshing out the function to set the icon dirsTed Gould2011-02-221-1/+36
* | | Fleshing out getting the dirsTed Gould2011-02-221-3/+4
* | | Adding a private variable for the string listTed Gould2011-02-221-0/+9
* | | Adding some documentationTed Gould2011-02-221-0/+17
* | | Prototypes and stubs for the get/set icon pathsTed Gould2011-02-221-0/+15
|/ /
* | Tracking the status and signaling on DBus if it changesTed Gould2011-02-181-0/+30
* | Adding in the status propertyTed Gould2011-02-181-1/+7
* | Fleshing out the getter and setterTed Gould2011-02-181-1/+16
* | Adding in some stub functions for the statusTed Gould2011-02-181-0/+28
* | Updating to trunkTed Gould2011-02-181-49/+310
|\|
| * Making sure all refs sink incase of floating variantsTed Gould2011-02-151-2/+2
| * Splitting a few of these out so they're easier to followTed Gould2011-02-141-1/+3
| * Protecting from the cases of NULL variantsTed Gould2011-02-141-2/+7
| * Merging in the no-xml based layout branchTed Gould2011-02-141-42/+27
| |\
| | * Fixing the type to match dbus-menu.xmlTed Gould2011-02-141-1/+1
| | * Use the recurse parameterTed Gould2011-02-141-2/+2
| | * Swapt out building XML for building a big variant structureTed Gould2011-02-141-42/+27
| * | Make sure to put these in the right listTed Gould2011-02-141-1/+1
| * | Use NULL to clear all the values in the root itemTed Gould2011-02-141-1/+1
| * | If we get default values of properties, treat them like a clearTed Gould2011-02-141-0/+7
| * | Adding the remove items list to the message as well.Ted Gould2011-02-141-15/+87
| |/
| * Checking the strcmp0 value properlyTed Gould2011-02-111-1/+1
| * Setting value to something more obviously wrongTed Gould2011-02-111-1/+1
| * Explicitly destroying and recreating the properties on the root node when cha...Ted Gould2011-02-111-0/+17
| * IDs should be signedTed Gould2011-02-081-3/+3
| * Fleshing out the transformation from arrays to dbus signals.Ted Gould2011-02-081-4/+48
| * Fleshing out the teardown of the arrayTed Gould2011-02-081-0/+16
| * Fleshing out the add function and making this thing compile! Ted Gould2011-02-071-8/+32
| * Basic outline of the function mapped out, no compile.Ted Gould2011-02-071-4/+93
* | Making it so that the dbus properties can have more than one.Ted Gould2011-02-171-2/+9
* | Use the get_nick function to get the value for the signalTed Gould2011-02-171-1/+1
* | Handling set and get of the property.Ted Gould2011-02-171-0/+36
* | Adding code to determine the default text directionTed Gould2011-02-171-0/+49