[gegl] Add G_BEGIN_DECLS and G_END_DECLS to gegl-buffer.h
- From: Hubert Figuière <hub src gnome org>
- To: svn-commits-list gnome org
- Subject: [gegl] Add G_BEGIN_DECLS and G_END_DECLS to gegl-buffer.h
- Date: Fri, 15 May 2009 14:07:41 -0400 (EDT)
commit 9e1d05af50641b0edddd766c9b04560ac1efd123
Author: Hubert Figuiere <hub figuiere net>
Date: Fri May 15 14:06:52 2009 -0400
Add G_BEGIN_DECLS and G_END_DECLS to gegl-buffer.h
---
ChangeLog | 6 ++++++
gegl/buffer/gegl-buffer.h | 3 +++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e5ed048..7d1d04a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-15 Hubert Figuiere <hub figuiere net>
+
+ Add G_BEGIN_DECLS and G_END_DECLS to gegl-buffer.h
+
+ * gegl/buffer/gegl-buffer.h
+
2009-04-21 Martin Nordholts <martinn svn gnome org>
Add ppm output file format on the command-line application. It is done
diff --git a/gegl/buffer/gegl-buffer.h b/gegl/buffer/gegl-buffer.h
index ff73479..cde3a69 100644
--- a/gegl/buffer/gegl-buffer.h
+++ b/gegl/buffer/gegl-buffer.h
@@ -22,6 +22,8 @@
#include <glib-object.h>
#include <babl/babl.h>
+G_BEGIN_DECLS
+
#define GEGL_TYPE_BUFFER (gegl_buffer_get_type ())
#define GEGL_BUFFER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GEGL_TYPE_BUFFER, GeglBuffer))
#ifndef __GEGL_BUFFER_TYPES_H__
@@ -421,4 +423,5 @@ void gegl_buffer_linear_close (GeglBuffer *buffer,
/**
*/
+G_END_DECLS
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]