• Thomas Martitz's avatar
    geanyobject: properly register signals · 314a5c18
    Thomas Martitz yazdı
    If possible, register signals with the proper argument types (boxed or gobject).
    This is required for successful introspection of the signals and important
    for GI-based plugins.
    
    As for the marshallers, if available use a predefined one from glib. Otherwise
    use the generic marshaller available since 2.30 (in theory all signals could
    use that one but it has a bit of overhead).
    
    This builds on the gboxed conversions of earlier commits.
    
    This also bumps the minimum glib requirement.
     - g_cclosure_marshal_generic requires 2.30 (if NULL is passed as marshaller
       to g_signal_new())
     - G_TYPE_KEYFILE requires 2.32
    314a5c18
Adı
Son kayıt (commit)
Son güncelleme
data Loading commit data...
doc Loading commit data...
icons Loading commit data...
m4 Loading commit data...
plugins Loading commit data...
po Loading commit data...
scintilla Loading commit data...
scripts Loading commit data...
src Loading commit data...
tagmanager Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
COMMITTERS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
ChangeLog.pre-1-22 Loading commit data...
HACKING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
README.I18N Loading commit data...
README.Packagers Loading commit data...
THANKS Loading commit data...
TODO Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
geany.desktop.in Loading commit data...
geany.exe.manifest Loading commit data...
geany.gladep Loading commit data...
geany.nsi.in Loading commit data...
geany.pc.in Loading commit data...
geany.spec.in Loading commit data...
geany_private.rc Loading commit data...
makefile.win32 Loading commit data...
win32-config.h Loading commit data...