Re: [E-devel] [patch] elm_genlist - add elm_genlist_item_fields_update function

2011-11-29 Thread Daniel Juyung Seo
developer list' Subject: RE: [E-devel] [patch] elm_genlist - add elm_genlist_item_fields_update function Hello I revised some naming conventions by seoz's comment. And also attaching new test case for elm_genlist_item_fields_update. Thank you -Original Message- From

Re: [E-devel] [patch] elm_genlist - add elm_genlist_item_fields_update function

2011-11-29 Thread Daniel Juyung Seo
-Original Message- From: Hyoyoung Chang [mailto:hyoyoung.ch...@samsung.com] Sent: Thursday, October 27, 2011 2:58 PM To: 'Enlightenment developer list' Subject: RE: [E-devel] [patch] elm_genlist - add elm_genlist_item_fields_update function Hello I revised some naming conventions

Re: [E-devel] [patch] elm_genlist - add elm_genlist_item_fields_update function

2011-10-28 Thread The Rasterman
To: 'Enlightenment developer list' Subject: RE: [E-devel] [patch] elm_genlist - add elm_genlist_item_fields_update function Hello I revised some naming conventions by seoz's comment. And also attaching new test case for elm_genlist_item_fields_update. Thank you -Original Message

Re: [E-devel] [patch] elm_genlist - add elm_genlist_item_fields_update function

2011-10-27 Thread Hyoyoung Chang
developer list' Subject: [E-devel] [patch] elm_genlist - add elm_genlist_item_fields_update function Dear developers I made a patch to add elm_genlist_item_fields_update function. It can be used to updating genlist's item part without realize/unrealize itself. Prototype

Re: [E-devel] [patch] elm_genlist - add elm_genlist_item_fields_update function

2011-10-27 Thread Daniel Juyung Seo
-Original Message- From: Hyoyoung Chang [mailto:hyoyoung.ch...@samsung.com] Sent: Thursday, October 27, 2011 2:58 PM To: 'Enlightenment developer list' Subject: RE: [E-devel] [patch] elm_genlist - add elm_genlist_item_fields_update function Hello I revised some naming conventions

[E-devel] [patch] elm_genlist - add elm_genlist_item_fields_update function

2011-10-26 Thread Hyoyoung Chang
Dear developers I made a patch to add elm_genlist_item_fields_update function. It can be used to updating genlist's item part without realize/unrealize itself. Prototype is elm_genlist_item_fields_update (Elm_Genlist_Item *it, const char *part, Elm_Genlist_Item_Field_Flags itf) Part supports

Re: [E-devel] [patch] elm_genlist - add elm_genlist_item_fields_update function

2011-10-26 Thread Hyoyoung Chang
list' Subject: [E-devel] [patch] elm_genlist - add elm_genlist_item_fields_update function Dear developers I made a patch to add elm_genlist_item_fields_update function. It can be used to updating genlist's item part without realize/unrealize itself. Prototype is elm_genlist_item_fields_update