mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Add single-include guards to new headers
As pointed out by Christian Persch in bug 620173, all the new gdbus and gsettings headers were missing these.
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
* Author: David Zeuthen <davidz@redhat.com>
|
||||
*/
|
||||
|
||||
#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
|
||||
#error "Only <gio/gio.h> can be included directly."
|
||||
#endif
|
||||
|
||||
#ifndef __G_DBUS_PROXY_H__
|
||||
#define __G_DBUS_PROXY_H__
|
||||
|
||||
|
Reference in New Issue
Block a user