diff options
author | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-01-27 00:12:42 +0100 |
---|---|---|
committer | Marco Trevisan (Treviño) <mail@3v1n0.net> | 2011-01-27 00:12:42 +0100 |
commit | 5873fe77cd5961991c4f1d86001cf41f3414a2d7 (patch) | |
tree | 31620baeaa24395557f11ac5dda656f206bec384 /libindicator/indicator-object-marshal.list | |
parent | ab0f0abc3571f801ffff8c42ad87d1e53d6a8ccf (diff) | |
download | libayatana-indicator-5873fe77cd5961991c4f1d86001cf41f3414a2d7.tar.gz libayatana-indicator-5873fe77cd5961991c4f1d86001cf41f3414a2d7.tar.bz2 libayatana-indicator-5873fe77cd5961991c4f1d86001cf41f3414a2d7.zip |
Added support for "signal-entry" signal
libindicator support the new "scroll-entry" signal (which get called
using the target entry as parameter too) I think that maybe we could
simply rewrite the "scroll" signal, but I kept it there for
compatibility reasons; however, actually just the indicator-sound
should be fixed in case of switch...
Diffstat (limited to 'libindicator/indicator-object-marshal.list')
-rw-r--r-- | libindicator/indicator-object-marshal.list | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libindicator/indicator-object-marshal.list b/libindicator/indicator-object-marshal.list index 4ea1e8b..73f1fac 100644 --- a/libindicator/indicator-object-marshal.list +++ b/libindicator/indicator-object-marshal.list @@ -1,4 +1,5 @@ VOID: POINTER, UINT, UINT -VOID: UINT,ENUM +VOID: UINT, ENUM +VOID: POINTER, UINT, ENUM VOID: POINTER, UINT VOID: POINTER, BOOLEAN |