gio: add a missing property to GDummyTlsConnection
authorDan Winship <danw@gnome.org>
Sat, 3 May 2014 21:24:48 +0000 (17:24 -0400)
committerDan Winship <danw@gnome.org>
Sat, 3 May 2014 21:27:44 +0000 (17:27 -0400)
commit81e0a2f362383b827ae8cd092cb909a0c3c6dc04
treede6f00f0cb4ee71cbaf85367bfb71739606aaec5
parentb2825257449446313265842920c35262f35d9063
gio: add a missing property to GDummyTlsConnection

GDummyTlsConnection didn't implement the "interaction" property,
meaning you'd get warnings if you tried to set it while creating a
GTlsConnection when using the dummy backend. (Of course, trying to
create the GTlsConnection will fail anyway, but it ought to fail
without hitting any g_warnings.)
gio/gdummytlsbackend.c