summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-internal.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-14 14:59:24 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-14 16:02:21 +0100
commit7c5ef97cc0037c1a9676fb9526ab839f60d8265c (patch)
tree41d8d54975e71532d7750d7d7ec45b7eae772b4d /telepathy-glib/connection-internal.h
parent4c7b4facf385df1ac4a268962b6ab0fb23fcd76d (diff)
downloadtelepathy-glib-7c5ef97cc0037c1a9676fb9526ab839f60d8265c.tar.gz
_tp_connection_status_reason_to_gerror: upgrade from static to internal
Also return the D-Bus error name, as well as the GError.
Diffstat (limited to 'telepathy-glib/connection-internal.h')
-rw-r--r--telepathy-glib/connection-internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/telepathy-glib/connection-internal.h b/telepathy-glib/connection-internal.h
index 8b8058548..e083155b7 100644
--- a/telepathy-glib/connection-internal.h
+++ b/telepathy-glib/connection-internal.h
@@ -73,6 +73,11 @@ struct _TpConnectionPrivate {
unsigned introspecting_after_connected:1;
};
+void _tp_connection_status_reason_to_gerror (TpConnectionStatusReason reason,
+ TpConnectionStatus prev_status,
+ const gchar **ret_str,
+ GError **error);
+
void _tp_connection_init_handle_refs (TpConnection *self);
void _tp_connection_clean_up_handle_refs (TpConnection *self);