I am inclined to use a more generic name like source or uri. 'uri' would be consistent with ecore_con API, ecore_con_url_url_set (Ecore_Con_Url *url_con, const char *url)
but it doesn't convey the meaning of 'local file'. 'source' would be more generic but not consistent with either evas or ecore_con API. Android uses the term "DataSource" - setDataSource (FileDescriptor fd) I am inclined towards 'source_set'. On Wed, Feb 22, 2012 at 8:30 AM, Daniel Juyung Seo <[email protected]>wrote: > I also prefer uri stuff. It's universal it includes file stuff :) > > Daniel Juyung Seo (SeoZ) > > On Tue, Feb 21, 2012 at 9:46 PM, Vincent Torri <[email protected]> > wrote: > > On Tue, Feb 21, 2012 at 12:53 PM, Gustavo Sverzut Barbieri > > <[email protected]> wrote: > >> On Tuesday, February 21, 2012, Cedric BAIL wrote: > >> > >>> On Tue, Feb 21, 2012 at 12:26 PM, Gustavo Sverzut Barbieri > >>> <[email protected] <javascript:;>> wrote: > >>> > It makes no sense to keep _file_set() and abuse file parameter as > uri to > >>> > give remote pointers... Why raster requested it ? > >>> > >>> For coherency, because we do image_file_set, edje_object_file_set and > >>> other. But this call can only handle file, not uri at all. > >>> > >>> > Why not keep only uri_set? > >>> > >>> I completly agree with you, it make no sense. I already opposed that > >>> change on irc this morning and I continue to think it's a bad idea. > >>> Better fix emotion to use uri_set than to force elm_video to have > >>> file_set. > >> > >> > >> Full ack, also webkit uses uri set... > >> > >> In my opinion users will get confused "okay, this opens a FILE, how do I > >> open an HTTP?" google... "ah, they abused it in an unexpected way" > >> > >> As Cedric put quite well, the consistency do not hold as the Evas or > Edje > >> can't load remote resources. Remote media is actually more common than > >> local :-) > >> > > > > I would also prefer to have _uri. Media are specific stuff > > > > Vincent > > > > > ------------------------------------------------------------------------------ > > Keep Your Developer Skills Current with LearnDevNow! > > The most comprehensive online learning library for Microsoft developers > > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > > Metro Style Apps, more. Free future releases when you subscribe now! > > http://p.sf.net/sfu/learndevnow-d2d > > _______________________________________________ > > enlightenment-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
