Summary: | [PATCH]Providing new dbus-glib APIs for specifying the timeout | ||
---|---|---|---|
Product: | dbus | Reporter: | Nallammai <snallammai> |
Component: | GLib | Assignee: | Rob Taylor <rob.taylor> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | Keywords: | patch |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | A diff file with the new dbus-glib APIs |
Description
Nallammai
2007-01-31 20:58:28 UTC
Created attachment 8556 [details] [review] A diff file with the new dbus-glib APIs The patch contains two new dbus-glib APIs (i) dbus_g_proxy_call_with_timeout ( DBusGProxy *proxy, const char *method, int timeout, GError **error, GType first_arg_type, ...) ; This function invokes the method synchronously. (ii) dbus_g_proxy_begin_call_with_timeout ( DBusGProxy *proxy, const char *method, DBusGProxyCallNotify notify, gpointer user_data, GDestroyNotify destroy, int timeout, GType first_arg_type, ...) ; This function invokes the method asynchronously. Thanks Nallammai, these look good. Committed in git head. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.