Re: [virt-tools-list] [PATCH virt-viewer 1/5] ovirt-foreign-menu: Add accessors for current iso and iso list

2017-01-23 Thread Eduardo Lima (Etrunko)
On 20/01/17 13:16, Christophe Fergeau wrote: > > Acked-by: Christophe Fergeau Pushed, thanks. > > On Thu, Jan 19, 2017 at 01:42:10PM -0200, Eduardo Lima (Etrunko) wrote: >> Also, to keep consistency around the codebase, changed the return value >> of ovirt_foreign_menu_get_current_iso_name() f

Re: [virt-tools-list] [PATCH virt-viewer 1/5] ovirt-foreign-menu: Add accessors for current iso and iso list

2017-01-20 Thread Christophe Fergeau
Acked-by: Christophe Fergeau On Thu, Jan 19, 2017 at 01:42:10PM -0200, Eduardo Lima (Etrunko) wrote: > Also, to keep consistency around the codebase, changed the return value > of ovirt_foreign_menu_get_current_iso_name() from char * to gchar *. > > Signed-off-by: Eduardo Lima (Etrunko) > ---

[virt-tools-list] [PATCH virt-viewer 1/5] ovirt-foreign-menu: Add accessors for current iso and iso list

2017-01-19 Thread Eduardo Lima (Etrunko)
Also, to keep consistency around the codebase, changed the return value of ovirt_foreign_menu_get_current_iso_name() from char * to gchar *. Signed-off-by: Eduardo Lima (Etrunko) --- src/ovirt-foreign-menu.c | 11 +-- src/ovirt-foreign-menu.h | 2 ++ 2 files changed, 11 insertions(+), 2