elm: move Elm.Glob.Match_Flags extern into a single place

Since this was moved into the two genlist and gengrid files I get
redefinition warnings during the build and when generating the docs
eolian actually errors out on me and stops parsing.
This commit is contained in:
Stefan Schmidt 2017-05-31 17:08:38 +02:00
parent dc98fd4f5e
commit abdb326f0d
3 changed files with 1 additions and 3 deletions

View File

@ -11,6 +11,7 @@ type Elm_Tooltip_Item_Content_Cb: __undefined_type; [[Elementary tooltip item co
type Elm_Object_Item_Signal_Cb: __undefined_type; [[Elementary object item signal callback type]]
type Evas_Smart_Cb: __undefined_type; [[Evas smart callback type]]
type Eina_Compare_Cb: __undefined_type; [[Eina compare callback type]]
type @extern Elm.Glob.Match_Flags: __undefined_type;
/* FIXME: elm_policy API is not bound to EO */
enum Elm.Policy

View File

@ -1,7 +1,6 @@
import elm_general;
import elm_gengrid_item;
type @extern Elm.Glob.Match_Flags: __undefined_type;
type @extern Ecore_Pos_Map: __undefined_type;
enum Elm.Gengrid.Reorder_Type

View File

@ -2,8 +2,6 @@ import elm_general;
import elm_list;
import elm_genlist_item;
type @extern Elm.Glob.Match_Flags: __undefined_type;
class Elm.Genlist (Elm.Layout, Elm.Interface_Scrollable, Efl.Ui.Clickable,
Elm.Interface.Atspi_Widget_Action, Elm.Interface.Atspi.Selection,
Efl.Ui.Selectable)