fix implicits

SVN revision: 64202
This commit is contained in:
Mike Blumenkrantz 2011-10-20 21:03:42 +00:00
parent a9e92c7bc3
commit 44d45ba36b
1 changed files with 2 additions and 0 deletions

View File

@ -19610,6 +19610,8 @@ extern "C" {
* elm_check_state_set().
*/
EAPI void elm_check_state_pointer_set(Evas_Object *obj, Eina_Bool *statep) EINA_ARG_NONNULL(1);
EAPI void elm_check_states_labels_set(Evas_Object *obj, const char *ontext, const char *offtext) EINA_ARG_NONNULL(1,2,3);
/**
* @}
*/