summaryrefslogtreecommitdiff
path: root/glib/glibmm/value_custom.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2007-06-22 14:43:53 +0000
committerMurray Cumming <murrayc@src.gnome.org>2007-06-22 14:43:53 +0000
commitc72439e0d5963fd6200283a906b32300f2ab65b6 (patch)
tree3e3282e4d1b8ddc6384ff43e1b8f124584090a01 /glib/glibmm/value_custom.h
parentfdba92ddd4221df38d48677063af8d1de5939e5a (diff)
downloadglibmm-c72439e0d5963fd6200283a906b32300f2ab65b6.tar.gz
Added a create() method, and added some more default parameter values to
2007-06-22 Murray Cumming <murrayc@murrayc.com> * glib/src/regex.ccg: * glib/src/regex.hg: Added a create() method, and added some more default parameter values to the methods. * configure.in: * examples/Makefile.am: * examples/regex/main.cc: Added a very simple example. * glib/glibmm/value_custom.h: Put header guards around this, though this should never be included directly anyway. svn path=/trunk/; revision=419
Diffstat (limited to 'glib/glibmm/value_custom.h')
-rw-r--r--glib/glibmm/value_custom.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/glib/glibmm/value_custom.h b/glib/glibmm/value_custom.h
index ab4ad7d5..e695dc0f 100644
--- a/glib/glibmm/value_custom.h
+++ b/glib/glibmm/value_custom.h
@@ -18,6 +18,9 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
+#ifndef _GLIBMM_VALUE_CUSTOM_H
+#define _GLIBMM_VALUE_CUSTOM_H
+
#ifndef DOXYGEN_SHOULD_SKIP_THIS
#ifndef _GLIBMM_VALUE_H_INCLUDE_VALUE_CUSTOM_H
#error "glibmm/value_custom.h cannot be included directly"
@@ -287,3 +290,6 @@ void Value<T>::value_copy_func(const GValue* src_value, GValue* dest_value)
} // namespace Glib
+#endif //_GLIBMM_VALUE_CUSTOM_H
+
+