GNOME Bugzilla – Bug 617495
GError* in callback function unable to be converted to GJS value
Last modified: 2010-05-10 14:04:48 UTC
A callback parameter of type GI_TYPE_TAG_ERROR is not able to be converted to a GJS value in gjs_value_from_g_argument(). This makes any callback with a GError* in it (e.g. many of those in Telepathy) uncallable.
*** This bug has been marked as a duplicate of bug 618193 ***