docs: Fix genlist widget preview generation
authorXavi Artigas <xavierartigas@yahoo.es>
Wed, 24 Apr 2019 08:52:31 +0000 (10:52 +0200)
committerWoochanlee <wc0917.lee@samsung.com>
Tue, 30 Apr 2019 00:39:51 +0000 (09:39 +0900)
commit0e33ea6cafcc27ba357e1bffa120c36a61176c00
tree7146e30a87fc07c7fc91267b547942dfb74af13d
parentc3d6a201ade4091ed1d3c49051fcc7f1ea2e72b2
docs: Fix genlist widget preview generation

Summary:
This was making "ninja doc" segfault for me.
If these function tables are not initialized they contain garbage, which leads
to the worst kind of undefined behavior.

Test Plan: Apply D8561 and try `ninja doc`. It was dumping core for me, and it does not do it anymore after this patch.

Reviewers: bu5hm4n, zmike, cedric

Reviewed By: bu5hm4n

Subscribers: #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D8697
doc/widgets/widget_preview_genlist1.c
doc/widgets/widget_preview_genlist2.c
doc/widgets/widget_preview_genlist3.c
doc/widgets/widget_preview_genlist4.c
doc/widgets/widget_preview_genlist5.c