aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/server.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused const on GStrv'sTed Gould2012-02-151-1/+1
|\
| * Removing useless const on dbusmenu_server_get_icon_paths()Ted Gould2012-02-101-1/+1
* | Ensure that we only return once even with errorTed Gould2012-02-151-4/+3
|\ \
| * | Ensure that we only return the invocation one wayTed Gould2012-02-091-4/+3
| |/
* / Making it so that we ref_sink() the variants so that when we unref them later...Ted Gould2012-02-091-3/+17
|/
* Respond to the 'FindServers' signalTed Gould2011-10-041-0/+35
* Protect from NULL privatesTed Gould2011-09-271-0/+2
|\
| * Protect against an odd crash. Not sure how the private becomes 'NULL'Ted Gould2011-09-231-0/+2
* | When there are no removed properties in ItemsPropertiesUpdated, ensure the ar...Chris Coulson2011-06-281-2/+2
* | Answering a TODOTed Gould2011-06-161-1/+2
* | Fix for several issues as documented in bug 784890Jonathan Landis2011-06-161-44/+75
* | Fix a typo in the signal name to make it match the XML filesTed Gould2011-04-191-1/+1
|\|
* | Referencing the server for as long as we're looking up the bus.Ted Gould2011-04-181-0/+3
|/
* wrap PropertiesChanged arguments in a variantMichael Terry2011-03-081-3/+3
* 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