aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.c
Commit message (Collapse)AuthorAgeFilesLines
...
| * | fix some potential memory issues in hopes of fixing a reported crashMichael Terry2011-03-251-5/+6
| |/
* / Put in some more protections on the types for property variants and generate ↵Ted Gould2011-03-241-5/+23
|/ | | | some errors
* Ensure that we don't remove properties that are getting their values updatedTed Gould2011-03-231-0/+21
|\
| * Protect against NULL propertiesTed Gould2011-03-221-12/+14
| |
| * Remove the link instead of the dataTed Gould2011-03-221-1/+1
| |
| * Protect the entries that are about to be updated from being removedTed Gould2011-03-221-0/+19
| |
* | A couple more intr_loops with a small memory leak fixTed Gould2011-03-211-9/+10
| |
* | Moving from iter_next to iter_loop on a couple more iteratorsTed Gould2011-03-211-6/+2
| |
* | Removing an unneeded iner_newTed Gould2011-03-211-3/+3
| |
* | Use iter_loop to handle unref'ing the variants cleanly.Ted Gould2011-03-211-7/+4
|/
* The g_variant_get_* family of calls which return a GVariantChris Coulson2011-03-141-39/+102
| | | | | | | | | | actually return reference counted, non-floating variant. Ensure that we always keep pointers to these so that we can properly unref them. The same also applies to g_variant_iter_next_value. Also fix a couple of other minor leaks along the way. This fixes LP: #722972
* Having the GTK Client handle theme directoriesTed Gould2011-03-101-0/+29
|\
| * Also check the status when we get the proxy, not part of this bug, but it'll ↵Ted Gould2011-03-101-0/+14
| | | | | | | | come along soon enough.
| * On initially getting the proxy we need to check the theme directories to ↵Ted Gould2011-03-101-0/+15
| | | | | | | | boot strap.
* | Fix various memory leaksChris Coulson2011-03-101-5/+6
| |
* | Check to ensure that layout_props isn't NULL. Atleast we shouldn't crash.Ted Gould2011-03-091-0/+1
|/
* Changing the destroy prototype for better GIR supportTed Gould2011-03-031-5/+5
|\
| * Changing the destroy notification function to be a GDestroyNotify for GIR ↵Ted Gould2011-03-021-5/+5
| | | | | | | | purposes
* | 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
|/ | | | | | | - version => Version - text-direction => TextDirection - status => Status
* 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
| | | |