summaryrefslogtreecommitdiffstats
path: root/common/dbus-helper.c
Commit message (Collapse)AuthorAgeFilesLines
* append dict: added byte typeClaudio Takahasi2007-08-131-0/+3
|
* Invalidate parent data before unregistering the child path since the ↵Johan Hedberg2007-07-191-7/+4
| | | | unregister function might free the child path string (if it is part of the object path data)
* dbus-helper: avoid seg fault when the object path data is not ↵Claudio Takahasi2007-06-211-9/+10
| | | | available(unregistered)
* 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 ↵Johan Hedberg2007-05-071-0/+90
| | | | interface, name and paramter type conformance
* A more efficient strategy for introspection XML generation (only when it is ↵Johan Hedberg2007-05-041-91/+97
| | | | requested and the object information has changed since the last generation)
* 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 ↵Luiz Augusto von Dentz2007-04-161-0/+35
| | | | dbus_message_iter_append_dict_entry.
* 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