aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/scintilla-marshal.list
AgeCommit message (Collapse)AuthorFilesLines
2017-11-21Update marshalling of signals from Scintilla, changing deprecated NONE to VOID.Neil Hodgson1-2/+2
Has no effect on clients as NONE was an alias for VOID.
2016-05-17Enable g-ir-scanner to scan ScintillaObject signalsThomas Martitz1-1/+2
Currently, the ScintillaObject signals can't be used from python code via gobject-introspection. This is because g-ir-scanner does not properly scan the signals. For signals, there is the additional requirement that parameters have are registered GTypes. For the sci-notify signal, this can be accomplished by boxing SCNotification. In addition, g-ir-scanner also runs on Scintilla.h where it picks up additional structs. test/gi/ is updated accordingly. The test python script is enhanced to showcase the signals (some fixes to the makefile are included as well).
2016-05-17Backed out changeset: 89cda794d0dd as fixed changeset will be sent by author.Neil1-0/+1
2016-04-26Enable g-ir-scanner to scan ScintillaObject signalsThomas Martitz1-1/+0
Currently, the ScintillaObject signals can't be used from python code via gobject-introspection. This is because g-ir-scanner does not properly scan the signals. For signals, there is the additional requirement that parameters have are registered GTypes. For the sci-notify signal, this can be accomplished by boxing SCNotification. In addition, g-ir-scanner also runs on Scintilla.h where it picks up additional structs. test/gi/ is updated accordingly. The test python script is enhanced to showcase the signals (some fixes to the makefile are included as well).
2004-04-04Patch from Johannes Schmid to make signals from Scintillanyamatongwe1-0/+1
work on AMD 64 where sizeof(int) != sizeof(void *).