diff options
author | Ted Gould <ted@gould.cx> | 2011-02-10 21:06:08 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-10 21:06:08 -0600 |
commit | 0c53b3971bad7e67208d6dcf1f22dc0f37ee7d55 (patch) | |
tree | aa5a3c3c3a01673e5a4f17438a708b3c44820a55 | |
parent | 99189aa38be57d8cb496b35b957655fc4bf0cdf2 (diff) | |
download | libayatana-appindicator-0c53b3971bad7e67208d6dcf1f22dc0f37ee7d55.tar.gz libayatana-appindicator-0c53b3971bad7e67208d6dcf1f22dc0f37ee7d55.tar.bz2 libayatana-appindicator-0c53b3971bad7e67208d6dcf1f22dc0f37ee7d55.zip |
Fixing scroll documentation
-rw-r--r-- | docs/reference/libappindicator-sections.txt | 1 | ||||
-rw-r--r-- | src/app-indicator.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/reference/libappindicator-sections.txt b/docs/reference/libappindicator-sections.txt index 41ff7fa..536e355 100644 --- a/docs/reference/libappindicator-sections.txt +++ b/docs/reference/libappindicator-sections.txt @@ -12,6 +12,7 @@ APP_INDICATOR_SIGNAL_NEW_STATUS APP_INDICATOR_SIGNAL_NEW_LABEL APP_INDICATOR_SIGNAL_NEW_ICON_THEME_PATH APP_INDICATOR_SIGNAL_CONNECTION_CHANGED +APP_INDICATOR_SIGNAL_SCROLL_EVENT AppIndicatorCategory AppIndicatorStatus AppIndicatorPrivate diff --git a/src/app-indicator.h b/src/app-indicator.h index 2a30b22..3fdee86 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -169,7 +169,7 @@ typedef struct _AppIndicatorPrivate AppIndicatorPrivate; @new_icon_theme_path: Slot for #AppIndicator::new-icon-theme-path @new_label: Slot for #AppIndicator::new-label. @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. |