Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix GI annotations for Dbusmenu | Martin Pitt | 2011-02-16 | 1 | -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 GVariants | Ted Gould | 2010-11-17 | 1 | -3/+3 |
| | |||||
* | Removing the set_value and get_value functions from being used elsewhere in ↵ | Ted Gould | 2010-11-17 | 1 | -3/+3 |
| | | | | -glib | ||||
* | Switching to using the pointer in the instance | Ted Gould | 2010-10-12 | 1 | -2/+3 |
| | |||||
* | Putting the pointer to the private area in the instance | Ted Gould | 2010-10-12 | 1 | -1/+0 |
| | |||||
* | Fleshing out the moved function. | Ted Gould | 2010-02-10 | 1 | -1/+18 |
| | |||||
* | Fleshing out delete | Ted Gould | 2010-02-10 | 1 | -0/+17 |
| | |||||
* | Accessor for the mi private variable | Ted Gould | 2010-02-10 | 1 | -0/+18 |
| | |||||
* | Adding children in. | Ted Gould | 2010-02-09 | 1 | -0/+6 |
| | |||||
* | Killing our children | Ted Gould | 2010-02-09 | 1 | -0/+10 |
| | |||||
* | Stealing (caching) all of the properties now too! | Ted Gould | 2010-02-09 | 1 | -0/+9 |
| | |||||
* | Storing the handler IDs so that we can easily disconnect the signals later. | Ted Gould | 2010-02-09 | 1 | -4/+25 |
| | |||||
* | Setting up signals, and the easy ones are filled out. | Ted Gould | 2010-02-09 | 1 | -0/+43 |
| | |||||
* | Building the proxy item new function. | Ted Gould | 2010-02-09 | 1 | -0/+19 |
| | |||||
* | Reffing it and pulling it into the private struct. | Ted Gould | 2010-02-09 | 1 | -0/+11 |
| | |||||
* | Setting up code to get and set the menuitem. | Ted Gould | 2010-02-09 | 1 | -0/+54 |
| | |||||
* | Moving the menuitem association into a set of functions to make a complex ↵ | Ted Gould | 2010-02-09 | 1 | -6/+32 |
| | | | | operation more clear. | ||||
* | Lifecycle for the menuitem | Ted Gould | 2010-02-09 | 1 | -0/+11 |
| | |||||
* | Adding in event handling. | Ted Gould | 2010-02-09 | 1 | -1/+17 |
| | |||||
* | License headers | Ted Gould | 2010-02-09 | 1 | -0/+28 |
| | |||||
* | Adding in templated objects for the proxy subclass | Ted Gould | 2010-02-09 | 1 | -0/+56 |