diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-12 23:31:27 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-12 23:31:27 +0200 |
commit | ad79032d86616166cb4b60618577a797a7afb9a5 (patch) | |
tree | 02bce9ba6908489a93d6d47f45056e556fcfcc6f /lib/gtk-experiment-widgets/cclosure-marshallers.list | |
parent | c5a44c82919edb92ffbd59252013f533fe61a2bf (diff) | |
download | gtk-vlc-player-ad79032d86616166cb4b60618577a797a7afb9a5.tar.gz |
use proper CClosure marshallers for vlc-player and experiment-navigator signals
the ...VOID__LONG standard marshaller used worked for INT64 but this wasn't guaranteed (size of LONG is platform-dependant)
* now, required marshallers are generated if they don't already exist in gobject, if they do, only an alias is defined
* every widget has its own marshaller namespace
* exclude marshallers from Doxygen docs
Diffstat (limited to 'lib/gtk-experiment-widgets/cclosure-marshallers.list')
-rw-r--r-- | lib/gtk-experiment-widgets/cclosure-marshallers.list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gtk-experiment-widgets/cclosure-marshallers.list b/lib/gtk-experiment-widgets/cclosure-marshallers.list new file mode 100644 index 0000000..c3ecc04 --- /dev/null +++ b/lib/gtk-experiment-widgets/cclosure-marshallers.list @@ -0,0 +1,2 @@ +# Standard marshallers for "time-selected" signal callbacks +VOID:INT64 |