dbus/dbus dbus-connection.h,1.47,1.48
Havoc Pennington
hp at kemper.freedesktop.org
Sat Oct 21 16:38:13 PDT 2006
- Previous message: dbus/dbus dbus-connection.c, 1.147, 1.148 dbus-hash.h, 1.18,
1.19 dbus-marshal-recursive.c, 1.55,
1.56 dbus-marshal-validate.h, 1.14, 1.15 dbus-pending-call.c,
1.23, 1.24 dbus-protocol.h, 1.49, 1.50 dbus-server.c, 1.53,
1.54 dbus-shared.h, 1.10, 1.11 dbus-signature.c, 1.12,
1.13 dbus-sysdeps.h, 1.62, 1.63 dbus-timeout.h, 1.11,
1.12 dbus-watch.h, 1.9, 1.10
- Next message: dbus ChangeLog,1.1165,1.1166
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus/dbus
In directory kemper:/tmp/cvs-serv27971/dbus
Modified Files:
dbus-connection.h
Log Message:
2006-10-21 Havoc Pennington <hp at redhat.com>
* dbus/dbus-connection.h: don't include the watch/timeout
functions in connection section
Index: dbus-connection.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-connection.h,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- dbus-connection.h 21 Oct 2006 21:57:31 -0000 1.47
+++ dbus-connection.h 21 Oct 2006 23:38:11 -0000 1.48
@@ -223,24 +223,6 @@
dbus_bool_t value);
-int dbus_watch_get_fd (DBusWatch *watch);
-unsigned int dbus_watch_get_flags (DBusWatch *watch);
-void* dbus_watch_get_data (DBusWatch *watch);
-void dbus_watch_set_data (DBusWatch *watch,
- void *data,
- DBusFreeFunction free_data_function);
-dbus_bool_t dbus_watch_handle (DBusWatch *watch,
- unsigned int flags);
-dbus_bool_t dbus_watch_get_enabled (DBusWatch *watch);
-
-int dbus_timeout_get_interval (DBusTimeout *timeout);
-void* dbus_timeout_get_data (DBusTimeout *timeout);
-void dbus_timeout_set_data (DBusTimeout *timeout,
- void *data,
- DBusFreeFunction free_data_function);
-dbus_bool_t dbus_timeout_handle (DBusTimeout *timeout);
-dbus_bool_t dbus_timeout_get_enabled (DBusTimeout *timeout);
-
/* Filters */
dbus_bool_t dbus_connection_add_filter (DBusConnection *connection,
@@ -343,6 +325,39 @@
/** @} */
+
+/**
+ * @addtogroup DBusWatch
+ * @{
+ */
+
+int dbus_watch_get_fd (DBusWatch *watch);
+unsigned int dbus_watch_get_flags (DBusWatch *watch);
+void* dbus_watch_get_data (DBusWatch *watch);
+void dbus_watch_set_data (DBusWatch *watch,
+ void *data,
+ DBusFreeFunction free_data_function);
+dbus_bool_t dbus_watch_handle (DBusWatch *watch,
+ unsigned int flags);
+dbus_bool_t dbus_watch_get_enabled (DBusWatch *watch);
+
+/** @} */
+
+/**
+ * @addtogroup DBusTimeout
+ * @{
+ */
+
+int dbus_timeout_get_interval (DBusTimeout *timeout);
+void* dbus_timeout_get_data (DBusTimeout *timeout);
+void dbus_timeout_set_data (DBusTimeout *timeout,
+ void *data,
+ DBusFreeFunction free_data_function);
+dbus_bool_t dbus_timeout_handle (DBusTimeout *timeout);
+dbus_bool_t dbus_timeout_get_enabled (DBusTimeout *timeout);
+
+/** @} */
+
DBUS_END_DECLS
#endif /* DBUS_CONNECTION_H */
- Previous message: dbus/dbus dbus-connection.c, 1.147, 1.148 dbus-hash.h, 1.18,
1.19 dbus-marshal-recursive.c, 1.55,
1.56 dbus-marshal-validate.h, 1.14, 1.15 dbus-pending-call.c,
1.23, 1.24 dbus-protocol.h, 1.49, 1.50 dbus-server.c, 1.53,
1.54 dbus-shared.h, 1.10, 1.11 dbus-signature.c, 1.12,
1.13 dbus-sysdeps.h, 1.62, 1.63 dbus-timeout.h, 1.11,
1.12 dbus-watch.h, 1.9, 1.10
- Next message: dbus ChangeLog,1.1165,1.1166
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list