aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/server.c
Commit message (Expand)AuthorAgeFilesLines
...
* Ayatana purgeTed Gould2011-01-131-4/+4
* * Hook in AboutToShow to the menu itemsChris Coulson2010-12-131-0/+2
* Ensuring all returns are protected by tuples for GDBusTed Gould2010-11-291-3/+6
* Fixing the return values from AboutToShowTed Gould2010-11-291-1/+1
* Wrong signal nameTed Gould2010-11-291-1/+1
* Protecting the invalid root a little bit more and returning a better error.Ted Gould2010-11-181-1/+65
* Oops, drop debug messagesTed Gould2010-11-181-2/+0
* Setting up the proper builders and interfaces for group_propertiesTed Gould2010-11-181-10/+32
* Wow, I've learned a lot about better ways to do this :)Ted Gould2010-11-181-9/+9
* Fixing our signals and marshallers for them as wellTed Gould2010-11-171-2/+2
* Variants in sending over the server connectionTed Gould2010-11-171-13/+3
* Change all the event handling to use GVariantsTed Gould2010-11-171-7/+4
* Removing the set_value and get_value functions from being used elsewhere in -...Ted Gould2010-11-171-12/+3
* Cleaning out namespaces from the XML so that GDBus will read it.Ted Gould2010-11-151-2/+2
* Making signals emit on dbus as well as locally.Ted Gould2010-10-151-0/+44
* Porting over AboutToShowTed Gould2010-10-151-15/+19
* Porting over the event functionTed Gould2010-10-151-17/+26
* Converting GetPropertiesTed Gould2010-10-151-9/+19
* Coverting GetPropertyTed Gould2010-10-141-22/+27
* Converting over GetChildrenTed Gould2010-10-141-52/+31
* Implement the get_properties functionTed Gould2010-10-141-24/+23
* Porting over GetLayoutTed Gould2010-10-141-15/+25
* Fleshing out the method call function to use the tableTed Gould2010-10-141-0/+20
* Setting up a method table for the dbus interfaceTed Gould2010-10-141-0/+20
* Fleshing out the property get functionTed Gould2010-10-141-1/+7
* Moving the interface name into a defineTed Gould2010-10-141-3/+4
* WhitespaceTed Gould2010-10-141-14/+32
* Filling out the vtableTed Gould2010-10-141-1/+38
* Moving globalsTed Gould2010-10-141-5/+5
* Changing the registration of the object on the busTed Gould2010-10-141-10/+77
* Setting up the private variables that we're going to do need to set this stuf...Ted Gould2010-10-141-0/+28
* Changing the way the static interface information is generatedTed Gould2010-10-141-3/+25
* 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-2/+0
* Unreffing the hashtable.Ted Gould2010-09-151-0/+4
* Turns out you should really allocate things with the allocation function. Wh...Ted Gould2010-09-141-1/+1
* Building up a structure and passing it back on in a callback to clear the bus.Ted Gould2010-09-141-1/+36
* Changing to be the right signal in teh serverTed Gould2010-08-201-2/+2
* Only send layout updates after we reach the idle portion of the mainloop. Re...Ted Gould2010-08-021-13/+41
|\
| * Adding in an idle function that queues the updates.Ted Gould2010-07-201-1/+26
| * Pulling the layout count update into a function along with signalling it.Ted Gould2010-07-201-13/+16
* | Grouping property requests into a larger dbus request.Ted Gould2010-08-021-11/+40
|\|
| * Switch array back and use the helpers, duh, now it works.Ted Gould2010-07-191-18/+14
| * Apparently it's a GValueArray. Feel like I'm coding freakin' Python. Guess ...Ted Gould2010-07-191-4/+8
| * Initial write of group properties, has errors though :(Ted Gould2010-07-191-10/+39
* | Setting up listening on the menuitems to send the activate signal over.Ted Gould2010-07-201-0/+10
* | Actually build the signal and put it on the object.Ted Gould2010-07-201-0/+17
|/
* Check to ensure we an get the connection before registering the object.Ted Gould2010-07-021-4/+11
* Make sure the ItemUpdated signal matches with what is written in the xml fileAurelien Gateau2010-05-271-2/+2
* Return error if we can't find parent in a buildxml routineTed Gould2010-04-141-0/+10