X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gobject%2Fgtype-private.h;h=d7e2ee2faa6d84f5d65692f5c70f4e6b34d8402a;hb=2a53b4d0e2c98a14aedf31e38f0ad1fb2e8fe26f;hp=04a252b9f6d7ddf3d7f651c1279f75614077a8b2;hpb=1c4f0ca48332f2e550b5e5e17365c43912958cee;p=platform%2Fupstream%2Fglib.git diff --git a/gobject/gtype-private.h b/gobject/gtype-private.h index 04a252b..d7e2ee2 100644 --- a/gobject/gtype-private.h +++ b/gobject/gtype-private.h @@ -12,22 +12,22 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . */ +#ifndef __G_TYPE_PRIVATE_H__ +#define __G_TYPE_PRIVATE_H__ + #if !defined (__GLIB_GOBJECT_H_INSIDE__) && !defined (GOBJECT_COMPILATION) #error "Only can be included directly." #endif -#ifndef __G_TYPE_PRIVATE_H__ -#define __G_TYPE_PRIVATE_H__ - #include "gboxed.h" #include "gclosure.h" G_BEGIN_DECLS +extern GTypeDebugFlags _g_type_debug_flags; + typedef struct _GRealClosure GRealClosure; struct _GRealClosure {