[glib/new-gsettings] Tweak include guards



commit 47c8dc88785c224321b3343036a561921f76e568
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Apr 13 23:20:09 2010 -0400

    Tweak include guards

 gio/gsettings.h        |    6 +++---
 gio/gsettingsbackend.h |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gio/gsettings.h b/gio/gsettings.h
index 9ace2e4..d15baae 100644
--- a/gio/gsettings.h
+++ b/gio/gsettings.h
@@ -8,8 +8,8 @@
  * See the included COPYING file for more information.
  */
 
-#ifndef _gsettings_h_
-#define _gsettings_h_
+#ifndef __G_SETTINGS_H__
+#define __G_SETTINGS_H__
 
 #include "gsettingsbackend.h"
 
@@ -111,4 +111,4 @@ void                    g_settings_unbind                               (gpointe
 
 G_END_DECLS
 
-#endif /* _gsettings_h_ */
+#endif  /* __G_SETTINGS_H__ */
diff --git a/gio/gsettingsbackend.h b/gio/gsettingsbackend.h
index 99d9f80..10a210f 100644
--- a/gio/gsettingsbackend.h
+++ b/gio/gsettingsbackend.h
@@ -8,8 +8,8 @@
  * See the included COPYING file for more information.
  */
 
-#ifndef _gsettingsbackend_h_
-#define _gsettingsbackend_h_
+#ifndef __G_SETTINGS_BACKEND_H__
+#define __G_SETTINGS_BACKEND_H__
 
 #include <glib-object.h>
 
@@ -111,4 +111,4 @@ gboolean      g_settings_backend_class_supports_context (GSettingsBackendClass *
 
 G_END_DECLS
 
-#endif /* _gsettingsbackend_h_ */
+#endif  /* __G_SETTINGS_BACKEND_H__ */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]