Bug 38867 - example-service 's some_object_get_purple data type is not as declared
Summary: example-service 's some_object_get_purple data type is not as declared
Status: RESOLVED MOVED
Alias: None
Product: dbus
Classification: Unclassified
Component: GLib (show other bugs)
Version: 1.4.x
Hardware: Other All
: medium normal
Assignee: D-Bus Maintainers
QA Contact: D-Bus Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-01 00:01 UTC by goldveronica
Modified: 2018-08-22 22:03 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.