summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-memory.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2002-11-22 23:18:41 +0000
committerHavoc Pennington <hp@redhat.com>2002-11-22 23:18:41 +0000
commitca8603a9eaa0d639ecf96526ac58c534314c9f23 (patch)
tree3e4e7e13cecb9f73dd1f4b26dbe9c246e8a0a078 /dbus/dbus-memory.c
parent8164139fa6259257817898b3d389d96bd60f8c13 (diff)
2002-11-22 Havoc Pennington <hp@redhat.com>
* 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
Diffstat (limited to 'dbus/dbus-memory.c')
-rw-r--r--dbus/dbus-memory.c8
1 files changed, 8 insertions, 0 deletions
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
@@ -63,6 +63,14 @@
*/
/**
+ * @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
* on all platforms. Returns NULL if the allocation fails.