diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-01-09 16:36:20 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-01-09 16:36:20 +0000 |
commit | add14c9ef41f99a27ecd2305d97a78d1966e052b (patch) | |
tree | a85f63d7a18901b0ec04dfe78f699147faf98a1c /gdk-pixbuf/gdk-pixdata.h | |
parent | 89cfdce4e6eb52cd3e356a253e4613cdfbf46c55 (diff) | |
download | gtk+-add14c9ef41f99a27ecd2305d97a78d1966e052b.tar.gz |
Include glib-object.h, Add G_BEGIN_DECLS/END_DECLS to
Wed Jan 9 11:29:44 2002 Owen Taylor <otaylor@redhat.com>
* Makefile.am (s-enum-types-h): Include glib-object.h,
Add G_BEGIN_DECLS/END_DECLS to gdk-pixbuf-enum-types.h. (#68325,
Mikael Hermansson)
* *.h: G_BEGIN_DECLS cleanups.
Diffstat (limited to 'gdk-pixbuf/gdk-pixdata.h')
-rw-r--r-- | gdk-pixbuf/gdk-pixdata.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gdk-pixbuf/gdk-pixdata.h b/gdk-pixbuf/gdk-pixdata.h index 4a04a4b807..58b0e226a4 100644 --- a/gdk-pixbuf/gdk-pixdata.h +++ b/gdk-pixbuf/gdk-pixdata.h @@ -21,9 +21,7 @@ #include <gdk-pixbuf/gdk-pixbuf.h> -#ifdef __cplusplus -extern "C" { -#endif /* __cplusplus */ +G_BEGIN_DECLS /** * GDK_PIXBUF_MAGIC_NUMBER: @@ -167,9 +165,6 @@ GString* gdk_pixdata_to_csource (GdkPixdata *pixdata, GdkPixdataDumpType dump_type); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ +G_END_DECLS #endif /* __GDK_PIXDATA_H__ */ |