Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-23 | Updated connman to version 1.35 | Seonah Moon | 1 | -5/+14 | |
Change-Id: I13526fbf80296a79be15548fc226a308941ac9ec Signed-off-by: Taesub Kim <taesub.kim@samsung.com> | |||||
2018-01-08 | Imported Upstream version 1.35upstream/1.35 | Seonah Moon | 1 | -5/+14 | |
Change-Id: I174854914d9fd06a813270b57d1f7bc2bac63c6a Signed-off-by: Seonah Moon <seonah1.moon@samsung.com> | |||||
2016-06-14 | [SPIN] gdbus: revert pending DBus call. | Niraj Kumar Goit | 1 | -0/+6 | |
Change-Id: Ic8781d015af6e83ca9e90183f9b256ec9f5a0812 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com> | |||||
2016-04-26 | Imported Upstream version 1.29upstream/1.29 | taesubkim | 1 | -0/+5 | |
Change-Id: I2958446c35966d9ed72df0120b80561be7d89f54 Signed-off-by: Taesub Kim <taesub.kim@samsung.com> | |||||
2015-08-07 | Base Code merged to SPIN 2.4submit/tizen/20150810.034432 | hyunuktak | 1 | -0/+5 | |
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17 | |||||
2014-07-17 | Imported Upstream version 1.24upstream/1.24 | Zhang zhengguang | 1 | -1/+11 | |
2013-02-15 | gdbus: Add g_dbus_proxy_set_removed_watch | Denis Kenzior | 1 | -0/+3 | |
2012-12-30 | gdbus: Introduce G_DBUS_PROPERTY_FLAG_EXPERIMENTAL | Luiz Augusto von Dentz | 1 | -1/+2 | |
This flag can be used to mark properties as experimental, marked properties are disabled by default and can be enabled by setting G_DBUS_FLAG_ENABLE_EXPERIMENTAL using g_dbus_set_flags. | |||||
2012-12-30 | gdbus: Introduce G_DBUS_SIGNAL_FLAG_EXPERIMENTAL | Luiz Augusto von Dentz | 1 | -1/+7 | |
This flag can be used to mark signals as experimental, marked signals are disabled by default and can be enabled by setting G_DBUS_FLAG_ENABLE_EXPERIMENTAL using g_dbus_set_flags. | |||||
2012-12-30 | gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTAL | Luiz Augusto von Dentz | 1 | -3/+24 | |
This flag can be used to mark methods as experimental, marked methods are disable by default and can be enabled by setting G_DBUS_FLAG_ENABLE_EXPERIMENTAL using g_dbus_set_flags. | |||||
2012-12-29 | gdbus: Add function to manually refresh properties | Marcel Holtmann | 1 | -0/+2 | |
2012-12-29 | gdbus: Add support for proxy property change notifications | Marcel Holtmann | 1 | -4/+7 | |
2012-12-27 | gdbus: Add support for creating D-Bus proxies without object manager | Marcel Holtmann | 1 | -2/+4 | |
2012-12-19 | gdbus: Add helper for sending async error replies | Marcel Holtmann | 1 | -0/+6 | |
2012-12-19 | gdbus: Add support for D-Bus client method calls | Marcel Holtmann | 1 | -0/+8 | |
2012-12-19 | gdbus: Add callback support for handling property changes | Marcel Holtmann | 1 | -2/+6 | |
2012-12-19 | gdbus: Add support for setting D-Bus client basic properties | Marcel Holtmann | 1 | -0/+7 | |
2012-12-19 | gdbus: Add support for D-Bus client properties | Marcel Holtmann | 1 | -0/+3 | |
2012-12-19 | gdbus: Add support for D-Bus client proxies | Marcel Holtmann | 1 | -0/+14 | |
2012-12-19 | gdbus: Add helper functions for simple D-Bus clients | Marcel Holtmann | 1 | -0/+18 | |
2012-11-30 | gdbus: Add g_dbus_add_properties_watch function | Luiz Augusto von Dentz | 1 | -0/+5 | |
Convenient function to create watches for D-Bus properties. | |||||
2012-11-29 | gdbus: Don't automatically attach ObjectManager | Lucas De Marchi | 1 | -0/+3 | |
Let each project attach the object manager interface instead of registering it automatically. | |||||
2012-11-26 | gdbus: Remove connection from pending_property functions | Lucas De Marchi | 1 | -8/+5 | |
The reply to a DBus.Properties.Set() method call should go through the same D-Bus connection. Thus remove the DBusConnection parameter from the following functions: - g_dbus_pending_property_success() - g_dbus_pending_property_error_valist() - g_dbus_pending_property_error() | |||||
2012-11-26 | gdbus: Add g_dbus_get_properties function | Johan Hedberg | 1 | -0/+2 | |
This function can be used to construct custom D-Bus messages containing the properties for a specific interface on a given path. | |||||
2012-11-26 | gdbus: Implement PropertiesChanged signal | Lucas De Marchi | 1 | -0/+3 | |
2012-11-26 | gdbus: Implement DBus.Properties.Set method | Lucas De Marchi | 1 | -0/+16 | |
Contrary to Get() and GetAll(), Set() is asynchronous so we pass an id to the setter so later it can declare the Set() as successful or otherwise. | |||||
2012-11-26 | gdbus: Implement DBus.Properties.Get method | Lucas De Marchi | 1 | -0/+8 | |
2012-11-26 | gdbus: Move typedefs up | Lucas De Marchi | 1 | -18/+29 | |
Move the typedefs up so they can be used by functions and callbacks. | |||||
2012-05-31 | gdbus: Add macro for methods marked as NOREPLY | Lucas De Marchi | 1 | -0/+7 | |
Bring gdbus up to sync with other projects. The macro is not yet used in ConnMan. | |||||
2012-05-18 | gdbus: remove signature and reply from tables | Lucas De Marchi | 1 | -51/+0 | |
2012-05-18 | gdbus: add and use helpers for table declarations | Lucas De Marchi | 1 | -0/+86 | |
2012-05-18 | gdbus: add argument info to methods and signals | Lucas De Marchi | 1 | -0/+8 | |
2011-01-01 | gdbus: Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2010-09-09 | Add support for GDBus security action and flags | Marcel Holtmann | 1 | -0/+10 | |
2010-09-09 | Use simpler error callbacks for GDBus security hooks | Marcel Holtmann | 1 | -2/+7 | |
2010-09-09 | Add support for GDBus security handlers | Marcel Holtmann | 1 | -0/+19 | |
2010-08-19 | Add printf format attribute for error creation helper | Marcel Holtmann | 1 | -1/+2 | |
2010-03-07 | Make interface callback tables const | Marcel Holtmann | 1 | -3/+3 | |
2010-01-27 | Introduce g_dbus_setup_private() to gdbus | Forrest Zhao | 1 | -0/+3 | |
g_dbus_setup_private() is used to setup private DBusConnection | |||||
2010-01-01 | Update copyright information of D-Bus helper library | Marcel Holtmann | 1 | -1/+1 | |
2009-12-29 | Add initial implementation of g_dbus_add_signal_watch | Luiz Augusto Von Dentz | 1 | -2/+4 | |
With g_dbus_add_signal_watch there is no need to register multiple filters for dbus nor add matching rules manually. | |||||
2009-08-06 | Fix blocking service watch initial connect handling | Marcel Holtmann | 1 | -2/+0 | |
2009-01-01 | Update copyright information | Marcel Holtmann | 1 | -1/+1 | |
2008-11-23 | Add function for checking if a service is present | Marcel Holtmann | 1 | -0/+2 | |
2008-10-17 | Add g_dbus_add_service_watch() implementation | Marcel Holtmann | 1 | -2/+5 | |
2008-10-17 | Change declaration of GDBusWatchFunction | Marcel Holtmann | 1 | -1/+2 | |
2008-08-13 | Add copy of libgdbus helper for easier adoption | Marcel Holtmann | 1 | -0/+133 | |