summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-12-13 10:04:52 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-12-13 10:04:52 -0600
commitc958c1439c8580385b7cbf2909b34611cd021480 (patch)
treeaf0573d931d1a74f1df83069bc2380f61a0af22d
parent60d56d0b0ed73c9169a3c673e071d2aee74bbaac (diff)
downloadat-spi2-core-c958c1439c8580385b7cbf2909b34611cd021480.tar.gz
atspi-constants.h: put the description of AtspiConstants inside the include guards
So that the comment doesn't get expanded multiple times in the includes of other files; g-ir-scanner complains about multiple definitions then.
-rw-r--r--atspi/atspi-constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atspi/atspi-constants.h b/atspi/atspi-constants.h
index bb9ae543..9d464cc9 100644
--- a/atspi/atspi-constants.h
+++ b/atspi/atspi-constants.h
@@ -84,14 +84,14 @@
*/
+#ifndef _ATSPI_CONSTANTS_H_
+#define _ATSPI_CONSTANTS_H_
/**
* AtspiConstants:
*
* Constant definitions needed by multiple interfaces.
*/
-#ifndef _ATSPI_CONSTANTS_H_
-#define _ATSPI_CONSTANTS_H_
#ifdef __cplusplus
extern "C"
{