summaryrefslogtreecommitdiff
path: root/src/gdbus/object.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-03gdbus: add missing va_end()Patrick Ohly1-0/+1
2014-07-03cppcheck: suppress NULL warning in printf utilPatrick Ohly1-0/+1
2012-05-10GDBus libdbus: fixed memory leakPatrick Ohly1-0/+1
2012-05-08Call proper version of error message creation function.Krzesimir Nowak1-1/+1
2011-11-30GDBus dbus-1: fixed invalid memory accessPatrick Ohly1-3/+9
2011-11-30GDBus dbus-1: fixed memory leakPatrick Ohly1-2/+3
2011-08-15gdbus: fixed segfault when asked for properties when none are available (BMC ...Patrick Ohly1-2/+2
2010-08-09gdbus: avoid name conflict with glibPatrick Ohly1-73/+73
2010-01-26gdbus: add interface-level callback functionZhu, Yongsheng1-2/+20
2009-12-09gdbus: fixed g_dbus_create_error_valist() error handlingPatrick Ohly1-6/+9
2009-10-14gdbus: per-method callback dataPatrick Ohly1-1/+5
2009-10-07gdbus: allow registering multiple interfaces per objectPatrick Ohly1-25/+44
2009-10-07g_dbus_unregister_object(): fix same invalid memory reuse as for watchesPatrick Ohly1-1/+3
2009-10-07g_dbus_create_error(): implemented support for detailed error descriptionPatrick Ohly1-1/+42
2009-10-07Convert all documentation to gtk-doc styleMarcel Holtmann1-87/+105
2009-10-07Protect the interface list with a static mutexMarcel Holtmann1-3/+17
2009-10-07Use automatic object registration onlyMarcel Holtmann1-4/+13
2009-10-07Add more flexible error handling helpersMarcel Holtmann1-8/+41
2009-10-07Add support for per interface user dataMarcel Holtmann1-21/+23
2009-10-07Add helper functions for creating errors and repliesMarcel Holtmann1-0/+69
2009-10-07Add helper functions for sending errors and repliesMarcel Holtmann1-0/+106
2009-10-07Protect the object list with a static mutexMarcel Holtmann1-1/+22
2009-10-07Update copyright informationMarcel Holtmann1-1/+1
2009-10-07Add annotation for asynchronous methodsMarcel Holtmann1-0/+5
2009-10-07Fix naming of object flagsMarcel Holtmann1-5/+5
2009-10-07Fix parent path validation checkMarcel Holtmann1-1/+1
2009-10-07Fix user data in property callbacksMarcel Holtmann1-3/+3
2009-10-07Fix introspection update for parent objectsMarcel Holtmann1-2/+9
2009-10-07Add functions for object and interface handlingMarcel Holtmann1-0/+1059