doc update

This commit is contained in:
Thomas Vander Stichele 2003-01-13 10:36:37 +00:00
parent 5e713e2775
commit 5f349db0c9

View File

@ -75,7 +75,7 @@ struct _GMemVTable
gpointer (*realloc) (gpointer mem,
gsize n_bytes);
void (*free) (gpointer mem);
/* optional */
/* optional; set to NULL if not used ! */
gpointer (*calloc) (gsize n_blocks,
gsize n_block_bytes);
gpointer (*try_malloc) (gsize n_bytes);