summaryrefslogtreecommitdiff
path: root/libpeas
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-16 16:22:25 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 16:44:35 -0700
commit9b28ecb8dd50e95c6344d9e298f422e80068005d (patch)
treece74d0460efedbd29bf2d7083545a3ff8ae46647 /libpeas
parentaf21ae834387bd0e0ea7816ba99b06555b742491 (diff)
downloadlibpeas-9b28ecb8dd50e95c6344d9e298f422e80068005d.tar.gz
janitorial: rename <libpeas/peas.h> to <libpeas.h>
Doing the extra-subdirectory thing makes more sense when you have multiple libraries being installed. But since we dropped libpeas-gtk, we can simplify our header include to just <libpeas.h>.
Diffstat (limited to 'libpeas')
-rw-r--r--libpeas/libpeas.h (renamed from libpeas/peas.h)8
-rw-r--r--libpeas/meson.build2
2 files changed, 5 insertions, 5 deletions
diff --git a/libpeas/peas.h b/libpeas/libpeas.h
index 711cdd8..f3f6031 100644
--- a/libpeas/peas.h
+++ b/libpeas/libpeas.h
@@ -1,5 +1,5 @@
/*
- * peas.h
+ * libpeas.h
* This file is part of libpeas
*
* libpeas is free software; you can redistribute it and/or
@@ -17,8 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef __PEAS_H__
-#define __PEAS_H__
+#ifndef __LIBPEAS_H__
+#define __LIBPEAS_H__
#include "peas-autocleanups.h"
#include "peas-engine.h"
@@ -30,4 +30,4 @@
#include "peas-version.h"
#include "peas-version-macros.h"
-#endif
+#endif /* __LIBPEAS_H__ */
diff --git a/libpeas/meson.build b/libpeas/meson.build
index 83ed349..9b716de 100644
--- a/libpeas/meson.build
+++ b/libpeas/meson.build
@@ -22,7 +22,7 @@ libpeas_public_h = files(
'peas-object-module.h',
'peas-plugin-info.h',
'peas-version-macros.h',
- 'peas.h',
+ 'libpeas.h',
)
libpeas_sources = files(