libgnt/libgnt

Add scopes to callbacks

12 months ago, Elliott Sales de Andrade
c59e9d4a6772
Add scopes to callbacks

The `forever` scope is probably newer than the minimum requirement, but it'll just cause a warning in older versions.

Testing Done:
Built docs and saw no more scope warnings.

Reviewed at https://reviews.imfreedom.org/r/2459/
plugindir = get_option('libdir') / 'gnt3'
irssi = library('irssi', 'irssi.c',
c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Gnt-IRSSI"'],
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)
s = library('s', 's.c',
c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Gnt-S"'],
dependencies : [ncurses, gobject, libgnt_dep],
name_prefix : '',
install : true, install_dir : plugindir)