summaryrefslogtreecommitdiff
path: root/src/lib/elm_radio.c
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2011-04-05 02:04:28 +0000
committerChunEon Park <hermet@hermet.pe.kr>2011-04-05 02:04:28 +0000
commit808f7d22172e6ffebbf1793ec9cd615cc4e78db0 (patch)
treec3b32dac664847bc0d8c104eb6f76d46fdeb006c /src/lib/elm_radio.c
parente54700d6a245cb02e508c0715b4cccf1e604c430 (diff)
downloadelementary-808f7d22172e6ffebbf1793ec9cd615cc4e78db0.tar.gz
Elementary / genlist, slider, radio, win toolbar, thumb, toggle, scroller, slideshow, spinner
updated signall callback list in each doxygen SVN revision: 58342
Diffstat (limited to 'src/lib/elm_radio.c')
-rw-r--r--src/lib/elm_radio.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/elm_radio.c b/src/lib/elm_radio.c
index e16051ac1..d616a2af0 100644
--- a/src/lib/elm_radio.c
+++ b/src/lib/elm_radio.c
@@ -28,6 +28,11 @@
* the pointer to this integer to modify, use elm_radio_value_pointer_set().
* The radio objects will modify this directly. That implies the pointer must
* point to valid memory for as long as the radio objects exist.
+ *
+ * Signals that you can add callbacks for are:
+ *
+ * "changed" - when the radio status is changed
+ *
*/
typedef struct _Widget_Data Widget_Data;