diff options
author | Ted Gould <ted@gould.cx> | 2011-02-10 14:07:37 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-10 14:07:37 -0600 |
commit | 43c1ba2998088bb4e5dd74acc8637da2f867831b (patch) | |
tree | 0f7abc399baaa1bab5ad126c98f058662b3cf634 /src/app-indicator.h | |
parent | 2f8daaccfa12fa4d569dc370803ba88dbd3c1920 (diff) | |
download | libayatana-appindicator-43c1ba2998088bb4e5dd74acc8637da2f867831b.tar.gz libayatana-appindicator-43c1ba2998088bb4e5dd74acc8637da2f867831b.tar.bz2 libayatana-appindicator-43c1ba2998088bb4e5dd74acc8637da2f867831b.zip |
Being more specific about the types of the signal
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 abd6699..2a30b22 100644 --- a/src/app-indicator.h +++ b/src/app-indicator.h @@ -212,7 +212,7 @@ struct _AppIndicatorClass { void (* scroll_event) (AppIndicator * indicator, gint delta, - guint direction, + GdkScrollDirection direction, gpointer user_data); void (*app_indicator_reserved_ats)(void); |