summaryrefslogtreecommitdiff
path: root/liblightdm-gobject
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-04-23 15:07:03 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-04-23 15:07:03 +1200
commit3b8cdb346e78919215a5db4527ca558f833f2baf (patch)
tree40be82a823ba55db53cb88185f2837977ed14520 /liblightdm-gobject
parent12fbe5762a12f90bafd60e98bda76dcf6f665a5e (diff)
downloadlightdm-3b8cdb346e78919215a5db4527ca558f833f2baf.tar.gz
Use C standard compliant names for header guards
Diffstat (limited to 'liblightdm-gobject')
-rw-r--r--liblightdm-gobject/lightdm.h6
-rw-r--r--liblightdm-gobject/lightdm/greeter.h6
-rw-r--r--liblightdm-gobject/lightdm/language.h6
-rw-r--r--liblightdm-gobject/lightdm/layout.h6
-rw-r--r--liblightdm-gobject/lightdm/power.h6
-rw-r--r--liblightdm-gobject/lightdm/session.h6
-rw-r--r--liblightdm-gobject/lightdm/system.h6
-rw-r--r--liblightdm-gobject/lightdm/user.h6
8 files changed, 24 insertions, 24 deletions
diff --git a/liblightdm-gobject/lightdm.h b/liblightdm-gobject/lightdm.h
index f873722f..ef306bf9 100644
--- a/liblightdm-gobject/lightdm.h
+++ b/liblightdm-gobject/lightdm.h
@@ -8,8 +8,8 @@
* See http://www.gnu.org/copyleft/lgpl.html the full text of the license.
*/
-#ifndef _LIGHTDM_H_
-#define _LIGHTDM_H_
+#ifndef LIGHTDM_H_
+#define LIGHTDM_H_
#include "lightdm/greeter.h"
#include "lightdm/language.h"
@@ -19,4 +19,4 @@
#include "lightdm/system.h"
#include "lightdm/user.h"
-#endif /* _LIGHTDM_H_ */
+#endif /* LIGHTDM_H_ */
diff --git a/liblightdm-gobject/lightdm/greeter.h b/liblightdm-gobject/lightdm/greeter.h
index 26761305..af409dee 100644
--- a/liblightdm-gobject/lightdm/greeter.h
+++ b/liblightdm-gobject/lightdm/greeter.h
@@ -8,8 +8,8 @@
* See http://www.gnu.org/copyleft/lgpl.html the full text of the license.
*/
-#ifndef _LIGHTDM_GREETER_H_
-#define _LIGHTDM_GREETER_H_
+#ifndef LIGHTDM_GREETER_H_
+#define LIGHTDM_GREETER_H_
#include <glib-object.h>
@@ -123,4 +123,4 @@ gboolean lightdm_greeter_start_session_sync (LightDMGreeter *greeter, const gcha
G_END_DECLS
-#endif /* _LIGHTDM_GREETER_H_ */
+#endif /* LIGHTDM_GREETER_H_ */
diff --git a/liblightdm-gobject/lightdm/language.h b/liblightdm-gobject/lightdm/language.h
index 0ac62a8b..71d9ea1b 100644
--- a/liblightdm-gobject/lightdm/language.h
+++ b/liblightdm-gobject/lightdm/language.h
@@ -8,8 +8,8 @@
* See http://www.gnu.org/copyleft/lgpl.html the full text of the license.
*/
-#ifndef _LIGHTDM_LANGUAGE_H_
-#define _LIGHTDM_LANGUAGE_H_
+#ifndef LIGHTDM_LANGUAGE_H_
+#define LIGHTDM_LANGUAGE_H_
#include <glib-object.h>
@@ -56,4 +56,4 @@ gboolean lightdm_language_matches (LightDMLanguage *language, const gchar *code)
G_END_DECLS
-#endif /* _LIGHTDM_LANGUAGE_H_ */
+#endif /* LIGHTDM_LANGUAGE_H_ */
diff --git a/liblightdm-gobject/lightdm/layout.h b/liblightdm-gobject/lightdm/layout.h
index 91ca1af4..095a28da 100644
--- a/liblightdm-gobject/lightdm/layout.h
+++ b/liblightdm-gobject/lightdm/layout.h
@@ -8,8 +8,8 @@
* See http://www.gnu.org/copyleft/lgpl.html the full text of the license.
*/
-#ifndef _LIGHTDM_LAYOUT_H_
-#define _LIGHTDM_LAYOUT_H_
+#ifndef LIGHTDM_LAYOUT_H_
+#define LIGHTDM_LAYOUT_H_
#include <glib-object.h>
@@ -56,4 +56,4 @@ const gchar *lightdm_layout_get_description (LightDMLayout *layout);
G_END_DECLS
-#endif /* _LIGHTDM_LAYOUT_H_ */
+#endif /* LIGHTDM_LAYOUT_H_ */
diff --git a/liblightdm-gobject/lightdm/power.h b/liblightdm-gobject/lightdm/power.h
index 3b30a7cb..2841317e 100644
--- a/liblightdm-gobject/lightdm/power.h
+++ b/liblightdm-gobject/lightdm/power.h
@@ -8,8 +8,8 @@
* See http://www.gnu.org/copyleft/lgpl.html the full text of the license.
*/
-#ifndef _LIGHTDM_POWER_H_
-#define _LIGHTDM_POWER_H_
+#ifndef LIGHTDM_POWER_H_
+#define LIGHTDM_POWER_H_
G_BEGIN_DECLS
@@ -31,4 +31,4 @@ gboolean lightdm_shutdown (GError **error);
G_END_DECLS
-#endif /* _LIGHTDM_POWER_H_ */
+#endif /* LIGHTDM_POWER_H_ */
diff --git a/liblightdm-gobject/lightdm/session.h b/liblightdm-gobject/lightdm/session.h
index 860bf9c5..4123888c 100644
--- a/liblightdm-gobject/lightdm/session.h
+++ b/liblightdm-gobject/lightdm/session.h
@@ -8,8 +8,8 @@
* See http://www.gnu.org/copyleft/lgpl.html the full text of the license.
*/
-#ifndef _LIGHTDM_SESSION_H_
-#define _LIGHTDM_SESSION_H_
+#ifndef LIGHTDM_SESSION_H_
+#define LIGHTDM_SESSION_H_
#include <glib-object.h>
@@ -54,4 +54,4 @@ const gchar *lightdm_session_get_comment (LightDMSession *session);
G_END_DECLS
-#endif /* _LIGHTDM_SESSION_H_ */
+#endif /* LIGHTDM_SESSION_H_ */
diff --git a/liblightdm-gobject/lightdm/system.h b/liblightdm-gobject/lightdm/system.h
index fc993224..74b81896 100644
--- a/liblightdm-gobject/lightdm/system.h
+++ b/liblightdm-gobject/lightdm/system.h
@@ -8,8 +8,8 @@
* See http://www.gnu.org/copyleft/lgpl.html the full text of the license.
*/
-#ifndef _LIGHTDM_HOSTNAME_H_
-#define _LIGHTDM_HOSTNAME_H_
+#ifndef LIGHTDM_HOSTNAME_H_
+#define LIGHTDM_HOSTNAME_H_
#include <glib-object.h>
@@ -19,4 +19,4 @@ const gchar *lightdm_get_hostname (void);
G_END_DECLS
-#endif /* _LIGHTDM_HOSTNAME_H_ */
+#endif /* LIGHTDM_HOSTNAME_H_ */
diff --git a/liblightdm-gobject/lightdm/user.h b/liblightdm-gobject/lightdm/user.h
index d1562e71..860a1ab4 100644
--- a/liblightdm-gobject/lightdm/user.h
+++ b/liblightdm-gobject/lightdm/user.h
@@ -8,8 +8,8 @@
* See http://www.gnu.org/copyleft/lgpl.html the full text of the license.
*/
-#ifndef _LIGHTDM_USER_H_
-#define _LIGHTDM_USER_H_
+#ifndef LIGHTDM_USER_H_
+#define LIGHTDM_USER_H_
#include <glib-object.h>
@@ -108,4 +108,4 @@ gboolean lightdm_user_get_has_messages (LightDMUser *user);
G_END_DECLS
-#endif /* _LIGHTDM_USER_H_ */
+#endif /* LIGHTDM_USER_H_ */