summaryrefslogtreecommitdiff
path: root/libpurple/conversations.h
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2013-06-21 00:36:39 +0530
committerAnkit Vani <a@nevitus.org>2013-06-21 00:36:39 +0530
commit69d6a025f3c6355964319c3e7d14132f227125c6 (patch)
treee93e8b3823e17c85421844f043dc526639808fce /libpurple/conversations.h
parent8c16ad89e2f2d3c4efd0053a8b45dad861ef2c70 (diff)
downloadpidgin-69d6a025f3c6355964319c3e7d14132f227125c6.tar.gz
Prepared files for GObjectification of PurpleConversation
Diffstat (limited to 'libpurple/conversations.h')
-rw-r--r--libpurple/conversations.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/libpurple/conversations.h b/libpurple/conversations.h
new file mode 100644
index 0000000000..0128ab5f00
--- /dev/null
+++ b/libpurple/conversations.h
@@ -0,0 +1,36 @@
+/**
+ * @file conversations.h Conversations API
+ * @ingroup core
+ * @see @ref conversation-signals
+ */
+
+/* purple
+ *
+ * Purple is the legal property of its developers, whose names are too numerous
+ * to list here. Please refer to the COPYRIGHT file distributed with this
+ * source distribution.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
+ */
+#ifndef _PURPLE_CONVERSATIONS_H_
+#define _PURPLE_CONVERSATIONS_H_
+
+#include <glib.h>
+
+G_BEGIN_DECLS
+
+G_END_DECLS
+
+#endif /* _PURPLE_CONVERSATIONS_H_ */