Re: [virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-20 Thread Zeeshan Ali (Khattak)
On Tue, Nov 20, 2012 at 8:24 PM, Christophe Fergeau wrote: > On Tue, Nov 20, 2012 at 07:53:46PM +0200, Zeeshan Ali (Khattak) wrote: >> > To have a friendly external API rather than forcing internal implementation >> > issues onto the library user. >> >> Thinking more about this, other restrictions

Re: [virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-20 Thread Christophe Fergeau
On Tue, Nov 20, 2012 at 07:53:46PM +0200, Zeeshan Ali (Khattak) wrote: > > To have a friendly external API rather than forcing internal implementation > > issues onto the library user. > > Thinking more about this, other restrictions could theoretically also > be >1. Since I'm not sure we'll actua

Re: [virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-20 Thread Zeeshan Ali (Khattak)
On Tue, Nov 20, 2012 at 7:35 PM, Christophe Fergeau wrote: > On Tue, Nov 20, 2012 at 07:26:02PM +0200, Zeeshan Ali (Khattak) wrote: >> On Tue, Nov 20, 2012 at 7:09 PM, Christophe Fergeau >> wrote: >> > On Tue, Nov 20, 2012 at 06:10:30PM +0200, Zeeshan Ali (Khattak) wrote: >> >> On Tue, Nov 20, 2

Re: [virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-20 Thread Christophe Fergeau
On Tue, Nov 20, 2012 at 07:26:02PM +0200, Zeeshan Ali (Khattak) wrote: > On Tue, Nov 20, 2012 at 7:09 PM, Christophe Fergeau > wrote: > > On Tue, Nov 20, 2012 at 06:10:30PM +0200, Zeeshan Ali (Khattak) wrote: > >> On Tue, Nov 20, 2012 at 4:59 PM, Christophe Fergeau > >> wrote: > >> >Can we make

Re: [virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-20 Thread Zeeshan Ali (Khattak)
On Tue, Nov 20, 2012 at 7:09 PM, Christophe Fergeau wrote: > On Tue, Nov 20, 2012 at 06:10:30PM +0200, Zeeshan Ali (Khattak) wrote: >> On Tue, Nov 20, 2012 at 4:59 PM, Christophe Fergeau >> wrote: >> >Can we make this a GStrv or a GList or GArray, ... ? >> >> That will not be as easy to implemen

Re: [virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-20 Thread Christophe Fergeau
On Tue, Nov 20, 2012 at 06:10:30PM +0200, Zeeshan Ali (Khattak) wrote: > On Tue, Nov 20, 2012 at 4:59 PM, Christophe Fergeau > wrote: > >Can we make this a GStrv or a GList or GArray, ... ? > > That will not be as easy to implement as entity params can't be lists > right now. I think regex does

Re: [virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-20 Thread Zeeshan Ali (Khattak)
On Tue, Nov 20, 2012 at 4:59 PM, Christophe Fergeau wrote: > On Tue, Nov 20, 2012 at 04:37:13PM +0200, Zeeshan Ali (Khattak) wrote: >> On Tue, Nov 20, 2012 at 12:02 PM, Christophe Fergeau >> wrote: >> >> + >> >> +/* Init functions */ >> >> +static void >> >> +osinfo_avatar_format_class_init (Osin

Re: [virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-20 Thread Christophe Fergeau
On Tue, Nov 20, 2012 at 04:37:13PM +0200, Zeeshan Ali (Khattak) wrote: > On Tue, Nov 20, 2012 at 12:02 PM, Christophe Fergeau > wrote: > >> + > >> +/* Init functions */ > >> +static void > >> +osinfo_avatar_format_class_init (OsinfoAvatarFormatClass *klass) > >> +{ > >> +GObjectClass *g_klass

Re: [virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-20 Thread Zeeshan Ali (Khattak)
On Tue, Nov 20, 2012 at 12:02 PM, Christophe Fergeau wrote: > On Thu, Nov 15, 2012 at 12:44:47AM +0200, Zeeshan Ali (Khattak) wrote: >> From: "Zeeshan Ali (Khattak)" >> >> Add a new API for apps to be able to query in which format do the user >> avatar file need to be in. >> >> Based on a patch f

Re: [virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-20 Thread Christophe Fergeau
On Thu, Nov 15, 2012 at 12:44:47AM +0200, Zeeshan Ali (Khattak) wrote: > From: "Zeeshan Ali (Khattak)" > > Add a new API for apps to be able to query in which format do the user > avatar file need to be in. > > Based on a patch from Fabiano Fidêncio . > --- > data/install-scripts/windows-cmd.xm

Re: [virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-19 Thread Fabiano Fidêncio
On Mon, Nov 19, 2012 at 8:29 PM, Zeeshan Ali (Khattak) wrote: > On Thu, Nov 15, 2012 at 12:44 AM, Zeeshan Ali (Khattak) > wrote: >> From: "Zeeshan Ali (Khattak)" >> >> Add a new API for apps to be able to query in which format do the user >> avatar file need to be in. >> >> Based on a patch from

Re: [virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-19 Thread Zeeshan Ali (Khattak)
On Thu, Nov 15, 2012 at 12:44 AM, Zeeshan Ali (Khattak) wrote: > From: "Zeeshan Ali (Khattak)" > > Add a new API for apps to be able to query in which format do the user > avatar file need to be in. > > Based on a patch from Fabiano Fidêncio . Anyone wants to review this patch? -- Regards, Ze

[virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-14 Thread Zeeshan Ali (Khattak)
From: "Zeeshan Ali (Khattak)" Add a new API for apps to be able to query in which format do the user avatar file need to be in. Based on a patch from Fabiano Fidêncio . --- data/install-scripts/windows-cmd.xml | 6 + data/schemas/libosinfo.rng | 30 + osinfo/Makefile.am

[virt-tools-list] [libosinfo] API to query required user avatar format

2012-11-14 Thread Zeeshan Ali (Khattak)
This patch goes on top of the two previous series' of patches that are pending review. ___ virt-tools-list mailing list virt-tools-list@redhat.com https://www.redhat.com/mailman/listinfo/virt-tools-list