summaryrefslogtreecommitdiff
path: root/gdbus
Commit message (Expand)AuthorAgeFilesLines
...
* gdbus: Add properties into Introspectable interfaceLucas De Marchi2012-11-261-0/+19
* gdbus: Implement DBus.Properties.Set methodLucas De Marchi2012-11-262-1/+157
* gdbus: Implement DBus.Properties.GetAll methodLucas De Marchi2012-11-261-1/+55
* gdbus: Implement DBus.Properties.Get methodLucas De Marchi2012-11-262-1/+69
* gdbus: Add skeleton of DBus.Properties interfaceLucas De Marchi2012-11-261-0/+46
* gdbus: Use macros to add annotationsLucas De Marchi2012-11-261-12/+28
* gdbus: Move typedefs upLucas De Marchi2012-11-261-18/+29
* gdbus: Fix not freeing list node by using g_slist_delete_linkLuiz Augusto von Dentz2012-10-311-1/+1
* gdbus: Refactor filter_data_find()Lucas De Marchi2012-10-311-38/+5
* gdbus: Fix wrong signal handler matchLucas De Marchi2012-10-311-21/+94
* gdbus: Fix crash when getting disconnected from the busJohan Hedberg2012-10-311-4/+5
* gdbus: Fix compilation error if macro "error" is definedJaganath Kanakkassery2012-08-271-2/+2
* gdbus: Fix removal of filter after last filter_dataLucas De Marchi2012-06-301-9/+8
* gdbus: Fix incorrectly discarded signalsMikel Astiz2012-05-221-7/+3
* gdbus: do not check signature twiceLucas De Marchi2012-05-201-5/+0
* gdbus: add Method.NoReply annotation in introspectionLucas De Marchi2012-05-201-1/+6
* gdbus: add Deprecated annotation in introspectionLucas De Marchi2012-05-201-2/+17
* gdbus: remove signature and reply from tablesLucas De Marchi2012-05-202-61/+1
* gdbus: loop over args to check message signatureLucas De Marchi2012-05-201-7/+27
* gdbus: use GDBusArgInfo to generate introspectionLucas De Marchi2012-05-201-61/+14
* gdbus: add and use helpers for table declarationsLucas De Marchi2012-05-202-1/+104
* gdbus: add argument info to methods and signalsLucas De Marchi2012-05-201-0/+8
* gdbus: Constify introspection method tableMarcel Holtmann2012-05-171-1/+1
* gdbus: do not call memset for terminating NULLucas De Marchi2012-05-171-1/+2
* gdbus: return if method signature is malformedLucas De Marchi2012-05-171-0/+4
* gdbus: Remove unneeded NEED_DBUS_WATCH_GET_UNIX_FD checkMarcel Holtmann2012-04-161-4/+0
* gdbus: Use destroy callback for service watchAnderson Lizardo2012-04-051-1/+1
* gdbus: Fix white space coding style issueSyam Sidhardhan2012-04-051-1/+1
* gdbus: Remove unused result variable from g_dbus_pending_successSzymon Janc2011-05-271-2/+1
* gdbus: Unconditionally remove D-Bus timeoutsGrant Erickson2011-03-091-3/+0
* gdbus: Remove root node 'name' attribute in introspectionDaniel Wagner2011-01-191-1/+1
* gdbus: invaldate_parent_data: walk the whole path downDaniel Wagner2011-01-191-3/+4
* gdbus: Update copyright informationMarcel Holtmann2011-01-015-5/+5
* gdbus: fix accessing freed callback dataJohan Hedberg2010-12-101-5/+5
* gdbus: explicitly compare pointers to NULLLucas De Marchi2010-12-083-24/+23
* gdbus: fix not handling bus disconnectsLuiz Augusto von Dentz2010-10-131-0/+4
* Add support for builtin GDBus security using PolicyKitMarcel Holtmann2010-09-092-1/+247
* Add support for GDBus security action and flagsMarcel Holtmann2010-09-092-3/+21
* Use simpler error callbacks for GDBus security hooksMarcel Holtmann2010-09-092-8/+30
* Add support for GDBus security handlersMarcel Holtmann2010-09-092-22/+156
* Fix calling watch callbacks after it has been removedLuiz Augusto von Dentz2010-09-081-30/+49
* Fix signal watch when a service name is givenLuiz Augusto Von Dentz2010-09-081-33/+128
* Do not automatically remove watches for service namesLuiz Augusto Von Dentz2010-09-081-6/+7
* Add printf format attribute for error creation helperMarcel Holtmann2010-08-191-1/+2
* Free service data in service_replyZhenhua Zhang2010-07-261-1/+1
* Fix parent path introspection data invalidation for multiple levelsJohan Hedberg2010-04-301-1/+3
* Fix memory leak in g_dbus_register_interfaceJohan Hedberg2010-04-291-1/+3
* Make interface callback tables constMarcel Holtmann2010-03-072-16/+16
* Fix the case when the requested name is already in useVinicius Costa Gomes2010-03-071-1/+5
* Fix: a pending call was leaking in check_serviceVinicius Costa Gomes2010-02-171-0/+2