Bug 17871 - Cannot use g_value_set_static_string on GValue of type DBUS_TYPE_G_OBJECT_PATH
Summary: Cannot use g_value_set_static_string on GValue of type DBUS_TYPE_G_OBJECT_PATH
Status: RESOLVED FIXED
Alias: None
Product: Telepathy
Classification: Unclassified
Component: tp-glib (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Telepathy bugs list
QA Contact: Telepathy bugs list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-02 06:15 UTC by Alberto Mardegan
Modified: 2008-10-13 05:14 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Alberto Mardegan 2008-10-02 06:15:24 UTC
Hi, this is in telepathy-glib/connection-manager.c:530, inside function init_gvalue_from_dbus_sig():

    case 'o':
      g_value_init (value, DBUS_TYPE_G_OBJECT_PATH);
      g_value_set_static_string (value, "/");
      return TRUE;
Comment 1 Will Thompson 2008-10-13 05:14:21 UTC
Fixed in bbf80e8b2f9e8ed0e190974cbebd262e052e89c7.

Thanks!


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.