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