summaryrefslogtreecommitdiff
path: root/libpurple/eventloop.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 /libpurple/eventloop.h
parent5d5de2950f22a053fab0a9e75579e00b29074e1d (diff)
downloadpidgin-cc3b564fa1abef810401ec246689318617912edf.tar.gz
Move section blocks inside inclusion guards -- otherwise g-ir-scanner yells
Diffstat (limited to 'libpurple/eventloop.h')
-rw-r--r--libpurple/eventloop.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpurple/eventloop.h b/libpurple/eventloop.h
index 5e6471436b..3e931db0f3 100644
--- a/libpurple/eventloop.h
+++ b/libpurple/eventloop.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 _PURPLE_EVENTLOOP_H_
+#define _PURPLE_EVENTLOOP_H_
/**
* SECTION:eventloop
* @section_id: libpurple-eventloop
@@ -25,9 +28,6 @@
* @title: Event Loop API
*/
-#ifndef _PURPLE_EVENTLOOP_H_
-#define _PURPLE_EVENTLOOP_H_
-
#include <glib.h>
/**