23 #if !defined (DBUS_INSIDE_DBUS_H) && !defined (DBUS_COMPILATION)
24 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
30 #include <dbus/dbus-macros.h>
57 #define dbus_new(type, count) ((type*)dbus_malloc (sizeof (type) * (count)))
58 #define dbus_new0(type, count) ((type*)dbus_malloc0 (sizeof (type) * (count)))