aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/menuitem-proxy.c
Commit message (Collapse)AuthorAgeFilesLines
* unref added children in proxy codeMichael Terry2011-09-231-0/+2
|
* Fix GI annotations for DbusmenuMartin Pitt2011-02-161-17/+17
| | | | | | | | Now everything is introspectable except for dbusmenu_client_add_type_handler{,_full}(). These do not take a standard GDestroyNotify argument, and thus the newfunc callback cannot get any valid scope annotation. To fix this we need to break the API and ABI.
* Change all the event handling to use GVariantsTed Gould2010-11-171-3/+3
|
* Removing the set_value and get_value functions from being used elsewhere in ↵Ted Gould2010-11-171-3/+3
| | | | -glib
* Switching to using the pointer in the instanceTed Gould2010-10-121-2/+3
|
* Putting the pointer to the private area in the instanceTed Gould2010-10-121-1/+0
|
* Fleshing out the moved function.Ted Gould2010-02-101-1/+18
|
* Fleshing out deleteTed Gould2010-02-101-0/+17
|
* Accessor for the mi private variableTed Gould2010-02-101-0/+18
|
* Adding children in.Ted Gould2010-02-091-0/+6
|
* Killing our childrenTed Gould2010-02-091-0/+10
|
* Stealing (caching) all of the properties now too! Ted Gould2010-02-091-0/+9
|
* Storing the handler IDs so that we can easily disconnect the signals later.Ted Gould2010-02-091-4/+25
|
* Setting up signals, and the easy ones are filled out.Ted Gould2010-02-091-0/+43
|
* Building the proxy item new function.Ted Gould2010-02-091-0/+19
|
* Reffing it and pulling it into the private struct.Ted Gould2010-02-091-0/+11
|
* Setting up code to get and set the menuitem.Ted Gould2010-02-091-0/+54
|
* Moving the menuitem association into a set of functions to make a complex ↵Ted Gould2010-02-091-6/+32
| | | | operation more clear.
* Lifecycle for the menuitemTed Gould2010-02-091-0/+11
|
* Adding in event handling.Ted Gould2010-02-091-1/+17
|
* License headersTed Gould2010-02-091-0/+28
|
* Adding in templated objects for the proxy subclassTed Gould2010-02-091-0/+56