summaryrefslogtreecommitdiffstats
path: root/common/dbus-helper.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Fix memory leakMarcel Holtmann2007-12-061-0/+1
* Comment out introspection debug prints which cause a lot of useless loggingJohan Hedberg2007-10-251-4/+4
* append dict: added byte typeClaudio Takahasi2007-08-131-0/+3
* Invalidate parent data before unregistering the child path since the unregist...Johan Hedberg2007-07-191-7/+4
* dbus-helper: avoid seg fault when the object path data is not available(unreg...Claudio Takahasi2007-06-211-9/+10
* dbus-helper: added array type support for dbus_connection_emit_signal functionClaudio Takahasi2007-06-191-25/+14
* dbus-helper: added int16 support to append dict entryClaudio Takahasi2007-05-181-0/+3
* Add debug print to get better visibility of what methods are being calledJohan Hedberg2007-05-091-1/+4
* Coding style updates and a few clarifications to error messagesJohan Hedberg2007-05-071-22/+23
* Implement generic signal sending function which also checks for signal interf...Johan Hedberg2007-05-071-0/+90
* A more efficient strategy for introspection XML generation (only when it is r...Johan Hedberg2007-05-041-91/+97
* Include child nodes in the introspection dataJohan Hedberg2007-05-041-4/+49
* Improve formating of introspection data reportingJohan Hedberg2007-05-041-13/+25
* Add dbus_connection_get_object_user_data function to retreive the real user dataJohan Hedberg2007-05-041-0/+15
* Properly split the signature string into single complete typesJohan Hedberg2007-05-031-4/+46
* More generic introspection implementation (doesn't work with eglib yet)Johan Hedberg2007-05-031-21/+89
* generic introspection cleanup & small additionsJohan Hedberg2007-05-031-11/+28
* Move append_dict_entry to utils/common and change the name to dbus_message_it...Luiz Augusto von Dentz2007-04-161-0/+35
* More changes do use glib memory allocationJohan Hedberg2007-02-261-12/+4
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-1/+2
* Add support for multiple interfaces at a pathMarcel Holtmann2007-01-181-9/+52
* Add more D-Bus helpersMarcel Holtmann2007-01-181-0/+175