aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.c
Commit message (Expand)AuthorAgeFilesLines
* Changing the destroy prototype for better GIR supportTed Gould2011-03-031-5/+5
|\
| * Changing the destroy notification function to be a GDestroyNotify for GIR pur...Ted Gould2011-03-021-5/+5
* | Add a 'get' function for the icon theme directories.Ted Gould2011-03-031-0/+17
* | Emit the signal when neededTed Gould2011-03-031-1/+1
* | Adding a signal for theme directories changing.Ted Gould2011-03-031-0/+15
* | Handle getting the property and/or getting an update to it.Ted Gould2011-03-021-0/+21
* | Adding the private variable for icon directoriesTed Gould2011-03-021-0/+7
|/
* Handle the case where the passed in property name could be from the hashtable.Ted Gould2011-03-021-1/+1
|\
| * Don't tell us everytime, we know you're good, you don't have to brag.Ted Gould2011-03-011-1/+1
* | Rename dbus properties to follow dbus naming conventionsAurelien Gateau2011-03-021-5/+5
|/
* Allow sending only some properties based on what is requested.Ted Gould2011-02-241-1/+43
|\
| * Search for and process type firstTed Gould2011-02-231-1/+13
| * Adding visible and enabled to the initial grab.Ted Gould2011-02-231-3/+5
| * Use the property structures that are from the GetLayout propertiesTed Gould2011-02-181-0/+15
| * Set a fixed set of properties that we ask for when requesting the layoutTed Gould2011-02-181-1/+14
* | Adding a property to request attentionTed Gould2011-02-241-0/+49
|\ \
| * \ Merge changing from a signal to a propertyTed Gould2011-02-181-18/+11
| |\ \
| * | | Adds a status property that is gotten over DBusTed Gould2011-02-181-1/+50
* | | | Adding a property for text directionTed Gould2011-02-241-1/+88
|\ \ \ \ | | |/ / | |/| |
| * | | Instead of defining a signal let's make this a property and use 'notify'Ted Gould2011-02-181-18/+11
| |/ /
| * | Using the proper signal value. OopsTed Gould2011-02-181-1/+1
| * | Use a for loop for looking at invalidated propertiesTed Gould2011-02-181-3/+3
| * | Updating to trunkTed Gould2011-02-181-79/+107
| |\|
| * | Start handling text direction and signal when it changesTed Gould2011-02-181-3/+63
| * | Adding a stub for getting the text directionTed Gould2011-02-181-0/+17
| * | Adding the signal for text direction changing.Ted Gould2011-02-181-0/+17
* | | Fixup documentation and move the private functions to a private header fileTed Gould2011-02-211-0/+1
* | | merge trunkMartin Pitt2011-02-211-79/+107
|\ \ \ | | |/ | |/|
| * | Making sure all refs sink incase of floating variantsTed Gould2011-02-151-1/+1
| * | Merging in the no-xml based layout branchTed Gould2011-02-141-78/+57
| |\ \
| | * | Get the IDs properly. ints and unpackedTed Gould2011-02-141-2/+6
| | * | Splitting out the args for easier debuggingTed Gould2011-02-141-1/+4
| | * | Making the build of the message more explicit and correctTed Gould2011-02-141-1/+8
| | * | Dropping libxmlTed Gould2011-02-141-3/+0
| | * | Changing the client over from XML to taking in the variant structuresTed Gould2011-02-141-75/+43
| * | | Ignore signals if there's no root nodeTed Gould2011-02-141-0/+3
| * | | Adding removing properties on the client side of things.Ted Gould2011-02-141-0/+25
| |/ /
| * | Unbox the variants if they're boxedTed Gould2011-02-081-1/+6
| * | Handling and unrolling the properties updated signalTed Gould2011-02-081-0/+16
| |/
* / Fix GI annotations for DbusmenuMartin Pitt2011-02-161-68/+68
|/
* Switching the properties callback to use custom structure so that we can refe...Ted Gould2011-01-311-4/+19
* Keep a ref to the client through-out the call to the updateTed Gould2011-01-311-7/+10
* Adding in a serializable menuitem objectTed Gould2011-01-271-7/+69
|\
| * Updating to trunkTed Gould2011-01-211-7/+8
| |\
| * | Switch to having the type handlers have a small structure of all their data a...Ted Gould2011-01-191-7/+37
| * | Adding in some documentationTed Gould2011-01-191-1/+26
| * | Adding in a 'full' function to deal with user data and destruction.Ted Gould2011-01-181-1/+8
* | | Fix some memory leaks, we hate those! Ted Gould2011-01-261-1/+4
|\ \ \
| * | | Ensuring that all the errors are free'd correctly.Ted Gould2011-01-211-1/+4
| | |/ | |/|
* / | avoid critical warning from calling a function on a NULL pointerMichael Terry2011-01-251-1/+1
|/ /