summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2013-09-20 17:19:43 -0400
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-15 15:42:31 -0400
commit82162a775b73ec8fc6bac7ff2c3efa7592554916 (patch)
treee0a8852722e3976b8b99743bc227cc2889ceca03 /src/util.h
parent822ddd064c266345ab4fe19c4b574a4cd29d7159 (diff)
downloadtelepathy-salut-82162a775b73ec8fc6bac7ff2c3efa7592554916.tar.gz
Port to telepathy-glib-1
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 03a6e8dd..1f4876f5 100644
--- a/src/util.h
+++ b/src/util.h
@@ -32,4 +32,10 @@ void salut_wocky_node_add_children_from_properties (WockyNode *node,
GHashTable *properties, const gchar *prop);
gchar *salut_generate_id (void);
+typedef enum
+{
+ SALUT_TUBE_TYPE_STREAM,
+ SALUT_TUBE_TYPE_DBUS,
+} SalutTubeType;
+
#endif /* __SALUT_UTIL_H__ */