gdbus: Fix not freeing list node by using g_slist_delete_link
[platform/upstream/neard.git] / gdbus / object.c
2012-08-28 Jaganath Kanakkasserygdbus: Fix compilation error if macro "error" is defined
2012-06-30 Lucas De Marchigdbus: do not check signature twice
2012-06-30 Mikel Astizgdbus: Fix incorrectly discarded signals
2012-05-23 Lucas De Marchigdbus: add Method.NoReply annotation in introspection
2012-05-23 Lucas De Marchigdbus: add Deprecated annotation in introspection
2012-05-23 Lucas De Marchigdbus: remove signature and reply from tables
2012-05-23 Lucas De Marchigdbus: loop over args to check message signature
2012-05-23 Lucas De Marchigdbus: use GDBusArgInfo to generate introspection
2012-05-23 Lucas De Marchigdbus: add and use helpers for table declarations
2012-05-18 Marcel Holtmanngdbus: Constify introspection method table
2012-05-18 Lucas De Marchigdbus: do not call memset for terminating NUL
2012-05-18 Lucas De Marchigdbus: return if method signature is malformed
2012-04-05 Syam Sidhardhangdbus: Fix white space coding style issue
2011-10-21 Marcel HoltmannInitial revision