summaryrefslogtreecommitdiffstats
path: root/gdbus/object.c
AgeCommit message (Collapse)AuthorFilesLines
2010-01-01Update copyright information of D-Bus helper libraryMarcel Holtmann1-1/+1
2009-09-24gdbus: handle introspection generally in generic_message.RISKÓ Gergely1-43/+59
Previously it was a specific case, now introspection is just another interface, which is always implemented. It is registered/unregistered when an object path is referenced first/last.
2009-09-14Add introspection interface to the output of introspection callsRISKÓ Gergely1-1/+7
This provides better compatibility with some D-Bus clients, such as qdbus.
2009-05-11Make the parent path invalidateableDenis Kenzior1-1/+5
2009-04-26Add D-Bus helper library for GLib integrationMarcel Holtmann1-0/+654