xeme/xeme

8747bf715804
Add a XemeOutputStream property to XemeInputStream

This is necessary as the input handlers need to respond to the remote side as
well as send additional requests.

Testing Done:
Ran the unit tests under valgrind.

Reviewed at https://reviews.imfreedom.org/r/2953/
option(
'doc',
type : 'boolean', value : true, yield : true,
description : 'build documentation with gi-docgen'
)
option(
'introspection',
type : 'boolean', value : true, yield : true,
description : 'Whether or not to build a GObject Introspection type library'
)
option(
'nls',
type : 'boolean', value : true, yield : true,
description : 'Install translation files'
)