Bug 38867

Summary: example-service 's some_object_get_purple data type is not as declared
Product: dbus Reporter: goldveronica
Component: GLibAssignee: D-Bus Maintainers <dbus>
Status: RESOLVED MOVED QA Contact: D-Bus Maintainers <dbus>
Severity: normal    
Priority: medium    
Version: 1.4.x   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description goldveronica 2011-07-01 00:01:19 UTC
example-service.c
   some_object_get_purple function's type value type is string and int

but in example-service.xml arg type is different
    <method name="GetTuple">
      <arg type="(ss)" direction="out" />
    </method>

so when the example-client call get_purple
the example-service is corrupt.
Comment 1 goldveronica 2011-07-01 00:02:35 UTC
dbus 1.4.12
dbus-glib-0.94

on mingw
Comment 2 GitLab Migration User 2018-08-22 22:03:02 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/dbus/dbus-glib/issues/4.

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.