Bug 4159

Summary: dbus_g_proxy_begin_call returns FALSE is some occassions, although return type is pointer
Product: dbus Reporter: Danny Milosavljevic <dannym+a>
Component: GLibAssignee: Rob Taylor <rob.taylor>
Status: RESOLVED FIXED QA Contact: John (J5) Palmieri <johnp>
Severity: trivial    
Priority: high    
Version: unspecified   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: trivial patch

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.