diff options
author | Luke Yelavich <luke.yelavich@canonical.com> | 2011-02-14 13:24:18 +1100 |
---|---|---|
committer | Luke Yelavich <luke.yelavich@canonical.com> | 2011-02-14 13:24:18 +1100 |
commit | 5824bcdd09bc63f62ecc9856d8e10115df73a863 (patch) | |
tree | 50838df753123fd5f87402693d9d5db50de2cf61 /src/app-indicator.h | |
parent | b63c137778bbec1fb010f095e08750817744fced (diff) | |
parent | 1c384cdf7e601e3786fc1add31d157c0eafa1539 (diff) | |
download | libayatana-appindicator-5824bcdd09bc63f62ecc9856d8e10115df73a863.tar.gz libayatana-appindicator-5824bcdd09bc63f62ecc9856d8e10115df73a863.tar.bz2 libayatana-appindicator-5824bcdd09bc63f62ecc9856d8e10115df73a863.zip |
Merge from trunk
Diffstat (limited to 'src/app-indicator.h')
-rw-r--r-- | src/app-indicator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app-indicator.h b/src/app-indicator.h index 0e693bd..9e53447 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -176,7 +176,7 @@ typedef struct _AppIndicatorPrivate AppIndicatorPrivate; @new_label: Slot for #AppIndicator::new-label. @new_accessible_desc: Slot for #AppIndicator::new-accessible-desc. @connection_changed: Slot for #AppIndicator::connection-changed. - @scroll-event: Slot for #AppIndicator::scroll-event + @scroll_event: Slot for #AppIndicator::scroll-event @app_indicator_reserved_ats: Reserved for future use. @fallback: Function that gets called to make a #GtkStatusIcon when there is no Application Indicator area available. |