summaryrefslogtreecommitdiff
path: root/src/lib/elm_nstate_legacy.h
blob: b0df386552d566e00a707b5f55cb441e3f8d6d77 (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * @brief Add a new nstate to the parent
 *
 * @param parent The parent object
 * @return The new object or NULL if it cannot be created
 *
 * @ingroup Nstate
 */
EAPI Evas_Object                          *elm_nstate_add(Evas_Object *parent);

#include "elm_nstate.eo.legacy.h"