summaryrefslogtreecommitdiff
path: root/rest/rest-marshal.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add marshaller for RestProxy::authenticate signalChristophe Fergeau2013-07-051-0/+1
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. https://bugzilla.gnome.org/show_bug.cgi?id=703642