summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-memory.c
diff options
context:
space:
mode:
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.