mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-05 05:09:21 +02:00
Tweak include guards
This commit is contained in:
@@ -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__ */
|
||||
|
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user