[Telepathy] [Bug 17871] New: Cannot use g_value_set_static_string on GValue of type DBUS_TYPE_G_OBJECT_PATH
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Oct 2 06:15:25 PDT 2008
http://bugs.freedesktop.org/show_bug.cgi?id=17871
Summary: Cannot use g_value_set_static_string on GValue of type
DBUS_TYPE_G_OBJECT_PATH
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: telepathy-glib
AssignedTo: telepathy at lists.freedesktop.org
ReportedBy: mardy at users.sourceforge.net
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;
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Telepathy
mailing list