summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-11 15:41:52 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-05-17 11:59:53 +0200
commitf48a2871ef2b8678bdf98dcfe810f4ccf567ead7 (patch)
tree3d18592bf0f4fdd1514cc12cfbca9bd180a7b778 /telepathy-glib/base-client.h
parent15f16b4b8ce1a6dd489b51f238dd16570742f0d5 (diff)
downloadtelepathy-glib-f48a2871ef2b8678bdf98dcfe810f4ccf567ead7.tar.gz
implement request-added signal and tp_base_client_get_pending_requests()
Diffstat (limited to 'telepathy-glib/base-client.h')
-rw-r--r--telepathy-glib/base-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/base-client.h b/telepathy-glib/base-client.h
index 61bae65ea..8ae24f022 100644
--- a/telepathy-glib/base-client.h
+++ b/telepathy-glib/base-client.h
@@ -142,7 +142,7 @@ const gchar *tp_base_client_get_object_path (TpBaseClient *self);
/* Normal methods, can be called at any time */
-GList *tp_base_client_get_pending_requests (TpBaseClient *self);
+const GList *tp_base_client_get_pending_requests (TpBaseClient *self);
GList *tp_base_client_get_handled_channels (TpBaseClient *self);
#define TP_TYPE_BASE_CLIENT \