From 410a80c43126376e9308a03a7cef108716018f5a Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 29 Apr 2003 22:57:13 +0000 Subject: 2003-04-29 Havoc Pennington * glib/dbus-gmain.c: docs cleanups * dbus/dbus-types.h: add docs on int64 types * dbus/dbus-memory.c: fix docs to avoid putting private API in public API docs section --- dbus/dbus-timeout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-timeout.c') diff --git a/dbus/dbus-timeout.c b/dbus/dbus-timeout.c index 1a2d2965..625fbb74 100644 --- a/dbus/dbus-timeout.c +++ b/dbus/dbus-timeout.c @@ -137,7 +137,7 @@ _dbus_timeout_set_interval (DBusTimeout *timeout, * only used in the message bus daemon implementation. * * @param timeout the timeout - * @param interval the new interval + * @param enabled #TRUE if timeout should be enabled. */ void _dbus_timeout_set_enabled (DBusTimeout *timeout, -- cgit