diff --git a/dbus/dbus-timeout.c b/dbus/dbus-timeout.c index 5ee9808a..412420e4 100644 --- a/dbus/dbus-timeout.c +++ b/dbus/dbus-timeout.c @@ -60,7 +60,7 @@ struct DBusTimeout * @param handler function to call when the timeout occurs. * @param data data to pass to the handler * @param free_data_function function to be called to free the data. - * @returns the new DBusTimeout object, + * @returns the new DBusTimeout object, or #NULL if out of memory */ DBusTimeout* _dbus_timeout_new (int interval,