Re: [Spice-devel] [PATCH] Expose spice_uuid_to_string() as public API

2013-10-29 Thread Marc-André Lureau
ack - Original Message - > SpiceSeession has a 'uuid' property that is a byte array, but clients often > need > the uuid in string format (for writing to disk, etc). Rather than having > each > client re-implement this, expose the utility function as public API in > spice-gtk. > --- > gt

[Spice-devel] [PATCH] Expose spice_uuid_to_string() as public API

2013-10-29 Thread Jonathon Jongsma
SpiceSeession has a 'uuid' property that is a byte array, but clients often need the uuid in string format (for writing to disk, etc). Rather than having each client re-implement this, expose the utility function as public API in spice-gtk. --- gtk/spice-util-priv.h | 1 - gtk/spice-util.c |