aboutsummaryrefslogtreecommitdiff
path: root/lib/gtk-experiment-widgets/cclosure-marshallers.list
AgeCommit message (Collapse)AuthorFilesLines
2013-07-19removed everything unrelated to the GtkVlcPlayer widgetRobin Haberkorn1-5/+0
2012-06-14new navigator signal (for Jens to use): section-selected should be emitted ↵Robin Haberkorn1-0/+3
when an entry is single-clicked * connected with transcript widgets: the selected section becomes the transcripts backdrop area * updated documentation for callbacks in class structure
2012-05-12use proper CClosure marshallers for vlc-player and experiment-navigator signalsRobin Haberkorn1-0/+2
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