From b034ef99f9afab5b2513cef6a7104f3f6ab3c8ef Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Tue, 12 Apr 2011 09:50:02 +0100 Subject: connection: add get_session() function Signed-off-by: Jonny Lamb --- salut/connection.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'salut') diff --git a/salut/connection.h b/salut/connection.h index 79f3a37b..c0817ecb 100644 --- a/salut/connection.h +++ b/salut/connection.h @@ -21,6 +21,8 @@ #ifndef SALUT_PLUGINS_CONNECTION_H #define SALUT_PLUGINS_CONNECTION_H +#include + G_BEGIN_DECLS #define SALUT_TYPE_CONNECTION (salut_connection_get_type ()) @@ -42,6 +44,8 @@ typedef struct _SalutConnectionClass SalutConnectionClass; GType salut_connection_get_type (void); +WockySession * salut_connection_get_session (SalutConnection *connection); + G_END_DECLS #endif -- cgit v1.2.1