diff options
author | ChunEon Park <hermet@hermet.pe.kr> | 2011-04-05 02:04:28 +0000 |
---|---|---|
committer | ChunEon Park <hermet@hermet.pe.kr> | 2011-04-05 02:04:28 +0000 |
commit | 808f7d22172e6ffebbf1793ec9cd615cc4e78db0 (patch) | |
tree | c3b32dac664847bc0d8c104eb6f76d46fdeb006c /src/lib/elm_radio.c | |
parent | e54700d6a245cb02e508c0715b4cccf1e604c430 (diff) | |
download | elementary-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.c | 5 |
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; |