summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-request.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-17 15:40:59 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-17 15:40:59 +0200
commit248a1c9c0dc909e6ebd4bf93d3f83b873a697f06 (patch)
tree0026f1fdae373045fb98d8b7bb3541e9fc16ee13 /telepathy-glib/account-request.c
parentb0e97c3827c4f5da668e0472afa0f02f7b533a47 (diff)
downloadtelepathy-glib-248a1c9c0dc909e6ebd4bf93d3f83b873a697f06.tar.gz
account-request: add missing 'service' getter
Diffstat (limited to 'telepathy-glib/account-request.c')
-rw-r--r--telepathy-glib/account-request.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/telepathy-glib/account-request.c b/telepathy-glib/account-request.c
index 69060e384..3eea2f4a6 100644
--- a/telepathy-glib/account-request.c
+++ b/telepathy-glib/account-request.c
@@ -290,6 +290,10 @@ tp_account_request_get_property (GObject *object,
g_value_set_string (value, g_value_get_string (array->values + 1));
}
break;
+ case PROP_SERVICE:
+ g_value_set_string (value, tp_asv_get_string (self->priv->properties,
+ TP_PROP_ACCOUNT_SERVICE));
+ break;
default:
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
break;