gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTAL
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 28 Dec 2012 12:50:59 +0000 (14:50 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 30 Dec 2012 18:49:27 +0000 (10:49 -0800)
commit4b50c0bd05f77d1ab655d15d909105c78693e74b
tree8195bfaf67c05bc0edd446e72134385ee7e6a77d
parent37a54d0433189ea75657f9f04be852c0c35179e8
gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTAL

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.
gdbus/gdbus.h
gdbus/object.c