doc update
authorThomas Vander Stichele <thomasvs@src.gnome.org>
Mon, 13 Jan 2003 10:36:37 +0000 (10:36 +0000)
committerThomas Vander Stichele <thomasvs@src.gnome.org>
Mon, 13 Jan 2003 10:36:37 +0000 (10:36 +0000)
glib/gmem.h

index 9d5b418..7016847 100644 (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);