summaryrefslogtreecommitdiff
path: root/telepathy-glib/room-info-internal.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-12 14:37:40 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-30 11:47:18 +0200
commit6cb97884c2932ea90bcc4701ecb3a1a1c3c64bfa (patch)
treec751b29073f3a99f477c2bc743b8d6786b98b5fa /telepathy-glib/room-info-internal.h
parent0173bb1410e7c60f71955304b847a898a1efd1c2 (diff)
downloadtelepathy-glib-6cb97884c2932ea90bcc4701ecb3a1a1c3c64bfa.tar.gz
add TpRoomInfo
Diffstat (limited to 'telepathy-glib/room-info-internal.h')
-rw-r--r--telepathy-glib/room-info-internal.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/telepathy-glib/room-info-internal.h b/telepathy-glib/room-info-internal.h
new file mode 100644
index 000000000..454e0e09a
--- /dev/null
+++ b/telepathy-glib/room-info-internal.h
@@ -0,0 +1,28 @@
+/*
+ * room-info-internal.h
+ *
+ * Copyright (C) 2012 Collabora Ltd. <http://www.collabora.co.uk/>
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#include <telepathy-glib/room-info.h>
+
+#ifndef __TP_ROOM_INFO_INTERNAL_H__
+#define __TP_ROOM_INFO_INTERNAL_H__
+
+TpRoomInfo * _tp_room_info_new (GValueArray *dbus_struct);
+
+#endif