aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.h
Commit message (Expand)AuthorAgeFilesLines
* add gtk-doc markup to our subclasses' structs 'parents' fieldsCharles Kerr2014-03-181-0/+1
* Add a property to whether we should group events or notTed Gould2012-04-031-0/+6
* Removing useless const on dbusmenu_client_get_icon_paths()Ted Gould2012-02-101-1/+1
* Changing the destroy prototype for better GIR supportTed Gould2011-03-031-13/+1
|\
| * Changing the destroy notification function to be a GDestroyNotify for GIR pur...Ted Gould2011-03-021-13/+1
* | Add a 'get' function for the icon theme directories.Ted Gould2011-03-031-0/+1
* | Adding a signal for theme directories changing.Ted Gould2011-03-031-5/+5
|/
* Documentation fixesTed Gould2011-02-241-0/+15
* Adding a property to request attentionTed Gould2011-02-241-0/+2
|\
| * Merge changing from a signal to a propertyTed Gould2011-02-181-2/+2
| |\
| * | Adds a status property that is gotten over DBusTed Gould2011-02-181-0/+2
* | | Adding a property for text directionTed Gould2011-02-241-0/+4
|\ \ \ | | |/ | |/|
| * | Instead of defining a signal let's make this a property and use 'notify'Ted Gould2011-02-181-2/+2
| |/
| * Adding in the function prototypes for text direction in the client.Ted Gould2011-02-181-1/+5
* | Fixup documentation and move the private functions to a private header fileTed Gould2011-02-211-9/+58
* | Dropping parents that are unused by gtk-docTed Gould2011-02-211-1/+0
* | Fix GI annotations for DbusmenuMartin Pitt2011-02-161-1/+1
|/
* Adding documentation for the handler functions.Ted Gould2011-01-271-0/+21
* Setup to the use the full type handlerTed Gould2011-01-181-1/+1
* Adding in a 'full' function to deal with user data and destruction.Ted Gould2011-01-181-1/+7
* Variants in sending over the server connectionTed Gould2010-11-171-1/+1
* Change all the event handling to use GVariantsTed Gould2010-11-171-1/+1
* Putting the pointer to the private area in the instanceTed Gould2010-10-121-0/+5
* Taking back the reservedTed Gould2010-10-121-3/+9
* Changing to result instead of just errors.Ted Gould2010-08-261-3/+3
* Creating a signal for the error situation on the signal.Ted Gould2010-08-261-0/+1
* Adding an event-error slotTed Gould2010-08-261-3/+4
* Adding a new signal for when items activate.Ted Gould2010-08-171-2/+4
* Adding a set of callbacks so that we can respond to the about to show request.Ted Gould2010-03-311-1/+3
* Started to implement about-to-show supportAurelien Gateau2010-03-031-0/+2
* Interoperability fixes.Ted Gould2010-02-041-2/+2
|\
| * - Allow id to be 0.Aurelien Gateau2010-02-021-2/+2
* | Bringing through the handling of events through the local subclass of the item.Ted Gould2010-02-031-0/+5
|/
* Cleaning up our types. No more image type (but leaving to not confuse) and a...Ted Gould2009-12-091-1/+1
* Spelling fix.Ted Gould2009-08-261-1/+1
* Forgot some signal documentation.Ted Gould2009-08-251-0/+1
* Switching the prototype for type handlers so that it passes the client as well.Ted Gould2009-08-251-1/+1
* Okay, building in some type handlers now.Ted Gould2009-08-251-0/+4
* Makin' it so that if we have a type handler we use that, otherwise we pass th...Ted Gould2009-08-201-1/+1
* Switching the new signal to be after the properties are gotten and adding a h...Ted Gould2009-08-201-3/+9
* Adding two new signals to the client. 'root-changed' and 'new-menuitem' to m...Ted Gould2009-06-231-0/+4
* Add in the LGPL 2.1/3 text to the tops of the files.Ted Gould2009-05-121-0/+28
* Object and section docs.Ted Gould2009-05-111-2/+42
* Adding in a signal for the layout being updatedTed Gould2009-05-051-0/+10
* Fix property names.Ted Gould2009-04-281-0/+3
* Changing the type name to make more senseTed Gould2009-04-161-6/+6
* Building an API, woo hooTed Gould2009-04-151-1/+5
* Adding basic client and server objects.Ted Gould2009-04-151-0/+31