aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | alternative label for a menu item. This alternative label is only used for assistive technologies such as Orca. It is particularly useful for menu items where an icon is used to present further information to the user, in which case this property can be used to give a textual description of the icon.
* id of 0 in dbusmenu_client_send_about_to_show is valid, and used in ↵Ken VanDine2011-09-301-1/+1
| | | | appindicators like nm-applet (LP: #862989)
* 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 ↵Ted Gould2011-04-051-3/+6
| | | | | | | | | | | | first pass.
* | | 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
|/ | | | 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
|\ \