Bug 4159 - dbus_g_proxy_begin_call returns FALSE is some occassions, although return type is pointer
Summary: dbus_g_proxy_begin_call returns FALSE is some occassions, although return typ...
Status: RESOLVED FIXED
Alias: None
Product: dbus
Classification: Unclassified
Component: GLib (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: high trivial
Assignee: Rob Taylor
QA Contact: John (J5) Palmieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-20 15:01 UTC by Danny Milosavljevic
Modified: 2006-10-25 13:00 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
trivial patch (732 bytes, patch)
2005-08-20 15:02 UTC, Danny Milosavljevic
Details | Splinter Review

Description Danny Milosavljevic 2005-08-20 15:01:54 UTC
dbus cvs

dbus_g_proxy_begin_call returns FALSE is some occassions, although return type
is pointer

  g_return_val_if_fail (DBUS_IS_G_PROXY (proxy), FALSE);
  g_return_val_if_fail (!DBUS_G_PROXY_DESTROYED (proxy), FALSE);

yeah yeah, nitpicking :)
Comment 1 Danny Milosavljevic 2005-08-20 15:02:27 UTC
Created attachment 2944 [details] [review]
trivial patch
Comment 2 Danny Milosavljevic 2005-08-20 15:05:09 UTC
hm, to clarify, prototype is:

DBusGProxyCall *
dbus_g_proxy_begin_call (DBusGProxy          *proxy, 
                         const char          *method,   
                         DBusGProxyCallNotify notify,   
                         gpointer             user_data,
                         GDestroyNotify       destroy,
                         GType                first_arg_type,
                         ...)

so, returns pointer
Comment 3 Rob Taylor 2006-10-25 13:00:24 UTC
Fixed in 0.72


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.