Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eglib
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-01-16 03:43:28 +0300
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-01-16 03:43:28 +0300
commit866bd6ea3e689620a3510e6a1725d7ea928344f6 (patch)
tree7bf03dc4756b41c5bca639192bcc466ae900c0b9 /eglib
parent2c85eed4c16abd106f12183660223b30af2f2400 (diff)
Define GMemChunk.
svn path=/trunk/mono/; revision=149669
Diffstat (limited to 'eglib')
-rw-r--r--eglib/src/glib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/eglib/src/glib.h b/eglib/src/glib.h
index 2d1e5f39063..71deed91731 100644
--- a/eglib/src/glib.h
+++ b/eglib/src/glib.h
@@ -139,6 +139,12 @@ typedef struct {
} GMemVTable;
#define g_mem_set_vtable(x)
+
+struct _GMemChunk {
+ guint alloc_size;
+};
+
+typedef struct _GMemChunk GMemChunk;
/*
* Misc.
*/