gdbus: Add macro for methods marked as NOREPLY
[framework/connectivity/connman.git] / gdbus / gdbus.h
2012-05-31 Lucas De Marchigdbus: Add macro for methods marked as NOREPLY
2012-05-18 Lucas De Marchigdbus: remove signature and reply from tables
2012-05-18 Lucas De Marchigdbus: add and use helpers for table declarations
2012-05-18 Lucas De Marchigdbus: add argument info to methods and signals
2011-01-02 Marcel Holtmanngdbus: Update copyright information
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-08-19 Marcel HoltmannAdd printf format attribute for error creation helper
2010-03-07 Marcel HoltmannMake interface callback tables const
2010-01-27 Forrest ZhaoIntroduce g_dbus_setup_private() to gdbus
2010-01-02 Marcel HoltmannUpdate copyright information of D-Bus helper library
2009-12-29 Luiz Augusto Von... Add initial implementation of g_dbus_add_signal_watch
2009-08-07 Marcel HoltmannFix blocking service watch initial connect handling
2009-01-01 Marcel HoltmannUpdate copyright information
2008-11-23 Marcel HoltmannAdd function for checking if a service is present
2008-10-17 Marcel HoltmannAdd g_dbus_add_service_watch() implementation
2008-10-17 Marcel HoltmannChange declaration of GDBusWatchFunction
2008-08-12 Marcel HoltmannAdd copy of libgdbus helper for easier adoption