GNOME Bugzilla – Bug 703642
Add marshaller for RestProxy::authenticate
Last modified: 2013-07-05 12:09:40 UTC
This is needed with older glib releases
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.
Review of attachment 248443 [details] [review]: Good.
Attachment 248443 [details] pushed as 8e520d0 - Add marshaller for RestProxy::authenticate signal