diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-22 17:27:54 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-01-22 17:27:54 +0100 |
commit | 1cba7dcfe314e500eeb5566a0b87311d20e34748 (patch) | |
tree | 9b6613e1daae19e49efc055f28ce024a0d6b5ab5 /Changelog | |
parent | 1c6a19293c29c012930a20c17213bf9e07d47c71 (diff) | |
download | ffi-efl-1cba7dcfe314e500eeb5566a0b87311d20e34748.zip ffi-efl-1cba7dcfe314e500eeb5566a0b87311d20e34748.tar.gz |
tools/genruby: cleanup, do not define specific pointer types, use :pointer
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +2012-01-xx Jérémy Zurcher <jeremy@asynk.ch> + * do not create type specific pointers, use pointer + 2011-09-02 Jérémy Zurcher <jeremy@asynk.ch> * release 0.0.9 * implement test_bg, test_actionslider, test_box @@ -17,8 +20,8 @@ * elementary objects constructor helper * elementary objects may wrap callback pointers * quick add classes : ElmDiskSelectorItem, ElmEntry, ElmFlipSelector, ElmFLipSelectorItem, ElmHoversel, ElmHoverselItem, ElmGenlistItemClassStruct, ElmHover, ElmButton, ElmListItem, ElmGenList, - * auto complete _set and _get function suffixes - * bugfix ecore_getopt + * auto complete _set and _get function suffixes + * bugfix ecore_getopt * add REinaList#from_a ptrt * add REinaList#to_a ptrt=nil * rework EcoreGetopt |