technology: return already enabled when tethering is enabled
[framework/connectivity/connman.git] / gdbus / object.c
2012-05-22 Mikel Astizgdbus: Fix incorrectly discarded signals
2012-05-18 Lucas De Marchigdbus: do not check signature twice
2012-05-18 Lucas De Marchigdbus: add Method.NoReply annotation in introspection
2012-05-18 Lucas De Marchigdbus: add Deprecated annotation in introspection
2012-05-18 Lucas De Marchigdbus: remove signature and reply from tables
2012-05-18 Lucas De Marchigdbus: loop over args to check message signature
2012-05-18 Lucas De Marchigdbus: use GDBusArgInfo to generate introspection
2012-05-18 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-05-27 Szymon Jancgdbus: Remove unused result variable from g_dbus_pendin...
2011-01-19 Daniel Wagnergdbus: Remove root node 'name' attribute in introspection
2011-01-19 Daniel Wagnergdbus: invaldate_parent_data: walk the whole path down
2011-01-02 Marcel Holtmanngdbus: Update copyright information
2010-12-08 Lucas De Marchigdbus: explicitly compare pointers to NULL
2010-09-09 Marcel HoltmannAdd support for builtin GDBus security using PolicyKit
2010-09-09 Marcel HoltmannAdd support for GDBus security action and flags
2010-09-09 Marcel HoltmannUse simpler error callbacks for GDBus security hooks
2010-09-09 Marcel HoltmannAdd support for GDBus security handlers
2010-04-29 Johan HedbergFix parent path introspection data invalidation for...
2010-04-29 Johan HedbergFix memory leak in g_dbus_register_interface
2010-03-07 Marcel HoltmannMake interface callback tables const
2010-01-02 Marcel HoltmannUpdate copyright information of D-Bus helper library
2009-09-24 RISKÓ Gergelygdbus: handle introspection generally in generic_message.
2009-09-14 RISKÓ GergelyAdd introspection interface to the output of introspect...
2009-05-11 Denis KenziorMake the parent path invalidateable
2009-02-28 Marcel HoltmannCheck that interface name is provided
2009-01-01 Marcel HoltmannUpdate copyright information
2008-12-24 Marcel HoltmannCheck if path is valid before unregistering it
2008-12-23 Marcel HoltmannFix issue with signed/unsigned comparison
2008-12-20 Marcel HoltmannUse tabs for indentation
2008-12-06 Marcel HoltmannFix error message creation
2008-11-26 Marcel HoltmannDon't expect reply when sending D-Bus messages
2008-08-12 Marcel HoltmannAdd copy of libgdbus helper for easier adoption