summaryrefslogtreecommitdiff
path: root/pidgin/gtkconv.h
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2014-02-07 21:45:54 +0530
committerAnkit Vani <a@nevitus.org>2014-02-07 21:45:54 +0530
commitcc3b564fa1abef810401ec246689318617912edf (patch)
tree4b49817b622aed0f077ec09fa0eff690e00a6c08 /pidgin/gtkconv.h
parent5d5de2950f22a053fab0a9e75579e00b29074e1d (diff)
downloadpidgin-cc3b564fa1abef810401ec246689318617912edf.tar.gz
Move section blocks inside inclusion guards -- otherwise g-ir-scanner yells
Diffstat (limited to 'pidgin/gtkconv.h')
-rw-r--r--pidgin/gtkconv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pidgin/gtkconv.h b/pidgin/gtkconv.h
index 8a45b57d1c..72f787f84f 100644
--- a/pidgin/gtkconv.h
+++ b/pidgin/gtkconv.h
@@ -18,6 +18,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
+
+#ifndef _PIDGIN_CONVERSATION_H_
+#define _PIDGIN_CONVERSATION_H_
/**
* SECTION:gtkconv
* @section_id: pidgin-gtkconv
@@ -26,9 +29,6 @@
* @see_also: <link linkend="chapter-signals-gtkconv">Conversation signals</link>
*/
-#ifndef _PIDGIN_CONVERSATION_H_
-#define _PIDGIN_CONVERSATION_H_
-
typedef struct _PidginImPane PidginImPane;
typedef struct _PidginChatPane PidginChatPane;
typedef struct _PidginConversation PidginConversation;