summaryrefslogtreecommitdiff
path: root/glib/glibmm/object.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2005-01-20 18:40:27 +0000
committerMurray Cumming <murrayc@src.gnome.org>2005-01-20 18:40:27 +0000
commit41447bc1f8d4cb4262c64cac0e7c4f17b49f85be (patch)
treea761a3daaed03f235a482a0eea17b0757e6f363a /glib/glibmm/object.h
parente89045516fe7022c468249c913520d0d0908973b (diff)
downloadglibmm-41447bc1f8d4cb4262c64cac0e7c4f17b49f85be.tar.gz
Custom boxed types, more #ifdef ABI-changing to add intermediate extern-C
2005-01-20 Murray Cumming <murrayc@murrayc.com> * glib/glibmm/value.h, value_custom.[h|cc]: Custom boxed types, more #ifdef ABI-changing to add intermediate extern-C callback function, for the IRIX MipsPro compiler. This might not actually work at runtime, but if it does not then lots of funtionality should still work. Conditionally moved the RefPtr Value specialization into object.h, as before.
Diffstat (limited to 'glib/glibmm/object.h')
-rw-r--r--glib/glibmm/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/glibmm/object.h b/glib/glibmm/object.h
index e9bf00dc..d6a31f57 100644
--- a/glib/glibmm/object.h
+++ b/glib/glibmm/object.h
@@ -25,6 +25,7 @@
#include <glibmm/quark.h>
#include <glibmm/refptr.h>
#include <glibmm/utility.h> /* Could be private, but that would be tedious. */
+#include <glibmm/containerhandlee_shared.h> //Because its specializations may be here.
#include <glibmm/value.h>
#ifndef DOXYGEN_SHOULD_SKIP_THIS