Set member_{add,del} to NULL.

SVN revision: 37091
This commit is contained in:
Gustavo Sverzut Barbieri 2008-10-25 03:13:33 +00:00
parent 928f2e56a6
commit e5c4d62fd4
18 changed files with 36 additions and 0 deletions

View File

@ -653,6 +653,8 @@ _e_box_smart_init(void)
_e_box_smart_clip_set, _e_box_smart_clip_set,
_e_box_smart_clip_unset, _e_box_smart_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);

View File

@ -88,6 +88,8 @@ e_editable_add(Evas *evas)
_e_editable_clip_set, _e_editable_clip_set,
_e_editable_clip_unset, _e_editable_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_editable_smart = evas_smart_class_new(&sc); _e_editable_smart = evas_smart_class_new(&sc);

View File

@ -100,6 +100,8 @@ e_entry_add(Evas *evas)
_e_entry_clip_set, _e_entry_clip_set,
_e_entry_clip_unset, _e_entry_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_entry_smart = evas_smart_class_new(&sc); _e_entry_smart = evas_smart_class_new(&sc);

View File

@ -837,6 +837,8 @@ _e_flowlayout_smart_init(void)
_e_flowlayout_smart_clip_set, _e_flowlayout_smart_clip_set,
_e_flowlayout_smart_clip_unset, _e_flowlayout_smart_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);

View File

@ -420,6 +420,8 @@ e_fm2_init(void)
_e_fm2_smart_clip_set, /* clip_set */ _e_fm2_smart_clip_set, /* clip_set */
_e_fm2_smart_clip_unset, /* clip_unset */ _e_fm2_smart_clip_unset, /* clip_unset */
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_fm2_smart = evas_smart_class_new(&sc); _e_fm2_smart = evas_smart_class_new(&sc);

View File

@ -3111,6 +3111,8 @@ _e_gadcon_layout_smart_init(void)
_e_gadcon_layout_smart_clip_set, _e_gadcon_layout_smart_clip_set,
_e_gadcon_layout_smart_clip_unset, _e_gadcon_layout_smart_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);

View File

@ -346,6 +346,8 @@ _e_icon_smart_init(void)
_e_icon_smart_clip_set, _e_icon_smart_clip_set,
_e_icon_smart_clip_unset, _e_icon_smart_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);

View File

@ -819,6 +819,8 @@ _e_smart_init(void)
_e_smart_clip_set, _e_smart_clip_set,
_e_smart_clip_unset, _e_smart_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);

View File

@ -365,6 +365,8 @@ _e_layout_smart_init(void)
_e_layout_smart_clip_set, _e_layout_smart_clip_set,
_e_layout_smart_clip_unset, _e_layout_smart_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);

View File

@ -211,6 +211,8 @@ _e_smart_init(void)
_e_smart_clip_set, _e_smart_clip_set,
_e_smart_clip_unset, _e_smart_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);

View File

@ -264,6 +264,8 @@ _e_smart_init(void)
_e_smart_clip_set, _e_smart_clip_set,
_e_smart_clip_unset, _e_smart_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);

View File

@ -1044,6 +1044,8 @@ _e_smart_init(void)
_e_smart_clip_set, _e_smart_clip_set,
_e_smart_clip_unset, _e_smart_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);

View File

@ -411,6 +411,8 @@ _e_smart_init(void)
_e_smart_clip_set, _e_smart_clip_set,
_e_smart_clip_unset, _e_smart_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);

View File

@ -543,6 +543,8 @@ _e_smart_init(void)
_e_smart_clip_set, _e_smart_clip_set,
_e_smart_clip_unset, _e_smart_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);

View File

@ -367,6 +367,8 @@ _e_smart_init(void)
_e_smart_clip_set, _e_smart_clip_set,
_e_smart_clip_unset, _e_smart_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);

View File

@ -168,6 +168,8 @@ _e_spectrum_smart_init(void)
_e_spectrum_smart_clip_set, _e_spectrum_smart_clip_set,
_e_spectrum_smart_clip_unset, _e_spectrum_smart_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_spectrum_smart = evas_smart_class_new(&sc); _e_spectrum_smart = evas_smart_class_new(&sc);

View File

@ -840,6 +840,8 @@ _e_table_smart_init(void)
_e_table_smart_clip_set, _e_table_smart_clip_set,
_e_table_smart_clip_unset, _e_table_smart_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);

View File

@ -582,6 +582,8 @@ _e_smart_init(void)
_e_smart_clip_set, _e_smart_clip_set,
_e_smart_clip_unset, _e_smart_clip_unset,
NULL, NULL,
NULL,
NULL,
NULL NULL
}; };
_e_smart = evas_smart_class_new(&sc); _e_smart = evas_smart_class_new(&sc);