After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 703642 - Add marshaller for RestProxy::authenticate
Add marshaller for RestProxy::authenticate
Status: RESOLVED FIXED
Product: librest
Classification: Platform
Component: proxy
0.7.x
Other Linux
: Normal normal
: ---
Assigned To: librest-maint
librest-maint
Depends on:
Blocks:
 
 
Reported: 2013-07-05 08:26 UTC by Christophe Fergeau
Modified: 2013-07-05 12:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add marshaller for RestProxy::authenticate signal (3.53 KB, patch)
2013-07-05 08:27 UTC, Christophe Fergeau
committed Details | Review

Description Christophe Fergeau 2013-07-05 08:26:59 UTC
This is needed with older glib releases
Comment 1 Christophe Fergeau 2013-07-05 08:27:20 UTC
Created attachment 248443 [details] [review]
Add marshaller for RestProxy::authenticate signal

g_cclosure_marshal_generic() was only introduced in glib 2.30, for
older glib we need to specify the marshaller to use. If only NULL is
passed, we get a segfault when trying to invoke the signal.
Comment 2 Ross Burton 2013-07-05 11:33:07 UTC
Review of attachment 248443 [details] [review]:

Good.
Comment 3 Christophe Fergeau 2013-07-05 12:09:36 UTC
Attachment 248443 [details] pushed as 8e520d0 - Add marshaller for RestProxy::authenticate signal