diff options
author | Cody Russell <crussell@canonical.com> | 2010-03-17 01:14:13 -0500 |
---|---|---|
committer | Cody Russell <crussell@canonical.com> | 2010-03-17 01:14:13 -0500 |
commit | b782a8a4eaae520a0d4b3fffef466205d3df9c28 (patch) | |
tree | a5288708fb89b56446e7172ae4b3e185007c8426 /libindicator | |
parent | 11c78ed1bb7f41218518fcee6bdb94548277b67b (diff) | |
download | libayatana-indicator-b782a8a4eaae520a0d4b3fffef466205d3df9c28.tar.gz libayatana-indicator-b782a8a4eaae520a0d4b3fffef466205d3df9c28.tar.bz2 libayatana-indicator-b782a8a4eaae520a0d4b3fffef466205d3df9c28.zip |
Documentation fix.
Diffstat (limited to 'libindicator')
-rw-r--r-- | libindicator/indicator-object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-object.c b/libindicator/indicator-object.c index c3e0139..511a407 100644 --- a/libindicator/indicator-object.c +++ b/libindicator/indicator-object.c @@ -149,7 +149,7 @@ indicator_object_class_init (IndicatorObjectClass *klass) IndicatorObject::scroll: @arg0: The #IndicatorObject object @arg1: The delta of the scroll event - @arg2: The orientation of the scroll event. %TRUE indicates up, %FALSE down. + @arg2: The orientation of the scroll event. When the indicator receives a mouse scroll wheel event from the user, this signal is emitted. |