summaryrefslogtreecommitdiff
path: root/src/idle-connection.h
diff options
context:
space:
mode:
authorOlli Salli <olli.salli@collabora.co.uk>2007-04-01 10:45:02 +0000
committerOlli Salli <olli.salli@collabora.co.uk>2007-04-01 10:45:02 +0000
commit63cef52eccac3bd057ca4d299a5cab1c846f37ea (patch)
tree4f7060b006973c2b0a7289749436962977e4a472 /src/idle-connection.h
parent744c51c0cc3ca75b594f0fcec1587e7fcddc4cf7 (diff)
downloadtelepathy-idle-63cef52eccac3bd057ca4d299a5cab1c846f37ea.tar.gz
Make the parser public in IdleConnection
20070401104502-9db4d-8faa6ede54f4aede19184f32e36f8d8b50ec56f9.gz
Diffstat (limited to 'src/idle-connection.h')
-rw-r--r--src/idle-connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/idle-connection.h b/src/idle-connection.h
index 1355a7b..c8a2a41 100644
--- a/src/idle-connection.h
+++ b/src/idle-connection.h
@@ -33,6 +33,7 @@ typedef struct _IdleConnectionClass IdleConnectionClass;
typedef struct _IdleContactPresence IdleContactPresence;
#include "idle-handles.h"
+#include "idle-parser.h"
#define IRC_MSG_MAXLEN 510
@@ -55,6 +56,7 @@ struct _IdleConnection
{
GObject parent;
TpHandleRepoIface *handles[LAST_TP_HANDLE_TYPE + 1];
+ IdleParser *parser;
};
void idle_contact_presence_free(IdleContactPresence *cp);