1st use of description field for callback signals.
authorGustavo Lima Chaves <glima@profusion.mobi>
Mon, 5 Apr 2010 19:38:59 +0000 (19:38 +0000)
committerGustavo Lima Chaves <glima@profusion.mobi>
Mon, 5 Apr 2010 19:38:59 +0000 (19:38 +0000)
SVN revision: 47779

src/lib/elc_fileselector.c

index b430550..384c0da 100644 (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}
 };