On Sat, Feb 21, 2015 at 01:40:15AM +0100, Marc-André Lureau wrote: > Add a property to specify if share folder access is read-only. > --- > gtk/spice-session.c | 25 +++++++++++++++++++++++++ > 1 file changed, 25 insertions(+) > > diff --git a/gtk/spice-session.c b/gtk/spice-session.c > index ab7b25c..63a455d 100644 > --- a/gtk/spice-session.c > +++ b/gtk/spice-session.c > @@ -61,6 +61,7 @@ struct _SpiceSessionPrivate { > gboolean read_only; > SpiceURI *proxy; > gchar *shared_dir; > + gboolean share_dir_ro; I'd use shared_dir_ro throughout this patch to be similar to 'shared_dir'. Looks good otherwise. Christophe
Attachment:
pgpkxuUPBt7yg.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel