From ca8603a9eaa0d639ecf96526ac58c534314c9f23 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 22 Nov 2002 23:18:41 +0000 Subject: 2002-11-22 Havoc Pennington * dbus/dbus-hash.c: copy in Tcl hash table, not yet "ported" away from Tcl * dbus/dbus-types.h: header for types such as dbus_bool_t --- dbus/dbus-memory.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dbus/dbus-memory.c') diff --git a/dbus/dbus-memory.c b/dbus/dbus-memory.c index 018c45d3..701896e2 100644 --- a/dbus/dbus-memory.c +++ b/dbus/dbus-memory.c @@ -62,6 +62,14 @@ * @returns the new memory block or NULL on failure */ +/** + * @typedef DBusFreeFunction + * + * The type of a function which frees a block of memory. + * + * @param memory the memory to free + */ + /** * Allocates the given number of bytes, as with standard * malloc(). Guaranteed to return NULL if bytes is zero -- cgit