aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.c
Commit message (Expand)AuthorAgeFilesLines
* If we're going to unref we should set to NULL to catch potential errorsTed Gould2012-03-301-0/+3
* Checking the version of the server to see if we can group the propertiesTed Gould2012-03-301-0/+32
* Okay, making all the callbacks real and returning appropriate errorsTed Gould2012-03-301-1/+53
* Make the getting of properties debug messages as they can happen in normal usageTed Gould2012-03-301-2/+2
* Putting a warning in dispose for something we shouldn't have to doTed Gould2012-03-301-0/+1
* Setting up our callback functionTed Gould2012-03-301-1/+14
* Flesh out the idle callback so we're not actually sending a message on DBus! Ted Gould2012-03-301-1/+55
* Switching to a linked list of event_data structures getting passed to the idl...Ted Gould2012-03-301-33/+27
* Splitting out the ending of the event_data objectTed Gould2012-03-301-7/+17
* Handle the case of sending to the idle.Ted Gould2012-03-301-0/+28
* Start by adding the data we're going to need to our private structureTed Gould2012-03-301-0/+17
* glib client: don't request a reply on send_event() if nobody is listening for itRyan Lortie2012-03-161-0/+12
* Clean up a goto and make the lifecycles of the variables more clearTed Gould2012-03-011-42/+44
* Remove unused const on GStrv'sTed Gould2012-02-151-1/+1
|\
| * Removing useless const on dbusmenu_client_get_icon_paths()Ted Gould2012-02-101-1/+1
* | Actually checking the NULL case properlyTed Gould2012-02-101-2/+2
|/
* Add a new property DBUSMENU_MENUITEM_PROP_ACCESSIBLE_DESC, to set anLuke Yelavich2011-12-131-1/+2
* id of 0 in dbusmenu_client_send_about_to_show is valid, and used in appindica...Ken VanDine2011-09-301-1/+1
* More NULL protectionTed Gould2011-09-291-0/+5
|\
| * Protecting against NULL private areasTed Gould2011-09-231-0/+5
* | Protect client_about_to_show() from abusersTed Gould2011-09-271-0/+4
|\ \
| * | Protect an external function betterTed Gould2011-09-231-0/+4
| |/
* | fix typo that prevented Qt apps from sending some property updatesMichael Terry2011-04-191-1/+1
* | Passing the menuitem instead of finding it.Ted Gould2011-04-101-2/+1
* | Build menus based on teh child-display propertyTed Gould2011-04-071-3/+6
|\ \
| * | Now that we're using the child-display variable more, let's grab it in the fi...Ted Gould2011-04-051-3/+6
* | | fix typoMichael Terry2011-04-051-1/+1
* | | be a little more careful with asynchronous callbacksMichael Terry2011-04-051-0/+5
|/ /
* | Ensure the parent stays ref'dTed Gould2011-03-281-4/+5
|\ \
| * | 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
|/
* 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
* 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
| * On initially getting the proxy we need to check the theme directories to boot...Ted Gould2011-03-101-0/+15
* | 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 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