From 9f1a60dbba69844c0a04b3dd86280352736187ce Mon Sep 17 00:00:00 2001 From: Mikael Hallendal Date: Thu, 27 Nov 2003 01:25:50 +0000 Subject: 2003-11-26 Mikael Hallendal * bus/*.[ch]: * dbus/*.[ch]: * glib/*.[ch]: Made ref functions return the pointer --- dbus/dbus-watch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/dbus-watch.h') diff --git a/dbus/dbus-watch.h b/dbus/dbus-watch.h index 355a9b7e..bea4d59f 100644 --- a/dbus/dbus-watch.h +++ b/dbus/dbus-watch.h @@ -42,7 +42,7 @@ DBusWatch* _dbus_watch_new (int fd, DBusWatchHandler handler, void *data, DBusFreeFunction free_data_function); -void _dbus_watch_ref (DBusWatch *watch); +DBusWatch* _dbus_watch_ref (DBusWatch *watch); void _dbus_watch_unref (DBusWatch *watch); void _dbus_watch_invalidate (DBusWatch *watch); void _dbus_watch_sanitize_condition (DBusWatch *watch, -- cgit