talkatu/talkatu

68f23f6ebc61
A bunch of random cleanups/fixes for TalkatuView and TalkatuInput

This still doesn't fix the input, but it fixes a number of other issues.

Testing Done:
Ran the demo

* verified the extra menu of `TalkatuInput` worked
* manually verified that the event controller callbacks were called
* manually verified that the notify callbacks were called.

Reviewed at https://reviews.imfreedom.org/r/1279/
###############################################################################
# Options
###############################################################################
option(
'nls',
type : 'boolean', value : true,
description : 'Install translation files'
)
option(
'doc',
type : 'boolean', value : true, yield : true,
description : 'build documentation with gtk-doc'
)
option(
'help2man',
type : 'boolean', value : true,
description : 'Whether or not to build man pages from --help output'
)
option(
'install-demo',
type : 'boolean', value : true,
description : 'Whether or not to install demo application'
)
option(
'introspection',
type : 'boolean', value : true, yield : true,
description : 'build gobject-introspection support'
)
option(
'tests',
type : 'boolean', value : true,
description : 'run unit tests'
)
option(
'vapi',
type : 'boolean', value : true,
description : 'Whether or not to build vapi files for gplugin'
)