projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b957ceb
)
technology: Set deprecated flag for GetProperties method
author
Marcel Holtmann
<marcel@holtmann.org>
Thu, 17 May 2012 18:08:37 +0000
(11:08 -0700)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 17 May 2012 18:08:37 +0000
(11:08 -0700)
src/technology.c
patch
|
blob
|
history
diff --git
a/src/technology.c
b/src/technology.c
index fd4f767ee8369e5070c109ae24f4453e28cc49ac..cc613a8e503a98649f9adc785218a53202deae01 100644
(file)
--- a/
src/technology.c
+++ b/
src/technology.c
@@
-859,7
+859,8
@@
static DBusMessage *scan(DBusConnection *conn, DBusMessage *msg, void *data)
}
static GDBusMethodTable technology_methods[] = {
- { "GetProperties", "", "a{sv}", get_properties },
+ { "GetProperties", "", "a{sv}", get_properties,
+ G_DBUS_METHOD_FLAG_DEPRECATED },
{ "SetProperty", "sv", "", set_property },
{ "Scan", "", "", scan,
G_DBUS_METHOD_FLAG_ASYNC },