aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with --enable-massivedebuggingDmitry Shachnev2016-11-241-1/+1
| | | | Use %p for printing pointers, otherwise GCC complains.
* Throw criticals on bad names and/or objectsTed Gould2013-06-101-0/+7
|
* null type means standard typeAlbert Astals2012-10-251-1/+1
|
* Use g_variant_compareAlbert Astals2012-10-251-1/+1
|
* Do not reuse menu items if their type is differentAlbert Astals2012-10-251-2/+23
| | | | | | | The gtk side does not know how to convert from a separator to a standard item, and even if it'd knew it does not make much sense to reuse them since if the types are different you can expect there's little to reuse
* fix grammar: use of its and it'sCharles Kerr2012-10-071-2/+2
|
* make event_data_find() and session_bus_cb() private instead of publicCharles Kerr2012-04-051-2/+2
|
* Make sure that if the callback is NULL we're not trying to get a callbackTed Gould2012-04-041-1/+5
|
* Protect from the cases where we might get NULL in the data segmentTed Gould2012-04-041-1/+8
|
* Fixing a cut-and-paste commentTed Gould2012-04-031-1/+1
|
* Switching to GQueueTed Gould2012-04-031-28/+36
|
* Fill out the group callback to update if we need itTed Gould2012-04-031-0/+30
|
* Fleshing out the idle handler for about to showTed Gould2012-04-031-0/+74
|
* Setup our idle if we're grouping the eventsTed Gould2012-04-031-8/+37
|
* Set up the about-to-show task tracking variablesTed Gould2012-04-031-1/+28
|
* Pulling out parts of about to show so that we have a core function thereTed Gould2012-04-031-12/+21
|
* Set and get the event grouping and notify if we change itTed Gould2012-04-031-0/+13
|
* Add a property to whether we should group events or notTed Gould2012-04-031-1/+6
|
* Making sure to clear the idle so we queue againTed Gould2012-03-301-0/+1
|
* Making sure to init our errorTed Gould2012-03-301-1/+1
|
* Making sure the variant is appropriately wrappedTed Gould2012-03-301-2/+3
|
* 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 ↵Ted Gould2012-03-301-33/+27
| | | | idle function
* 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
| | | | | | | | 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
|\ \