rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=19fb0a26a0f5f28d0c3458d537b01034a4f62ccf

commit 19fb0a26a0f5f28d0c3458d537b01034a4f62ccf
Author: Elizabeth Shevchenko <l.shevche...@samsung.com>
Date:   Fri Nov 6 15:14:01 2015 +0200

    signals: new signals for sound editor property
---
 src/bin/common/signals.h | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/bin/common/signals.h b/src/bin/common/signals.h
index 9161096..10108c4 100644
--- a/src/bin/common/signals.h
+++ b/src/bin/common/signals.h
@@ -224,4 +224,20 @@ typedef struct {
  */
 #define SIGNAL_IMAGE_SELECTED "SIGNAL_IMAGE_SELECTED"
 
+  /**
+ * emited when sound editor tab is clicked.
+ * eventinfo - NULL
+ *
+ * @ingroup Window
+ */
+#define SIGNAL_SOUND_EDITOR_TAB_CLICKED "SIGNAL_SOUND_EDITOR_TAB_CLICKED"
+
+ /**
+ * emited when sound/sounds in sound editor is/are selected.
+ * eventinfo - NULL
+ *
+ * @ingroup Window
+ */
+#define SIGNAL_SOUND_SELECTED "SIGNAL_SOUND_SELECTED"
+
 #endif /* SIGNALS_H*/

-- 


Reply via email to