1st use of description field for callback signals.

SVN revision: 47779
This commit is contained in:
Gustavo Lima Chaves 2010-04-05 19:38:59 +00:00
parent a446b18538
commit 10baacf024
1 changed files with 3 additions and 4 deletions

View File

@ -38,10 +38,9 @@ static const char SIG_DIRECTORY_OPEN[]= "directory,open";
static const char SIG_DONE[] = "done";
static const char SIG_SELECTED[] = "selected";
static const Evas_Smart_Cb_Description _signals[] = {
{SIG_DIRECTORY_OPEN, ""}, /* FIXME: all three may be called with a
path arg. */
{SIG_DONE, ""},
{SIG_SELECTED, ""},
{SIG_DIRECTORY_OPEN, "s"},
{SIG_DONE, "s"},
{SIG_SELECTED, "s"},
{NULL, NULL}
};