From ce399b892dc0ffe18de2b3630c81ad2518d572fb Mon Sep 17 00:00:00 2001 From: Gustavo Lima Chaves Date: Mon, 5 Apr 2010 19:38:59 +0000 Subject: [PATCH] 1st use of description field for callback signals. SVN revision: 47779 --- src/lib/elc_fileselector.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/lib/elc_fileselector.c b/src/lib/elc_fileselector.c index b430550..384c0da 100644 --- a/src/lib/elc_fileselector.c +++ b/src/lib/elc_fileselector.c @@ -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} }; -- 2.7.4