birb/birb

Add a birb_date_time API

3 months ago, Gary Kramlich
7e044638e996
Add a birb_date_time API

This new API has helpers for setting and clearing GDateTime's.

Testing Done:
Ran the unit tests under valgrind and verified the documentation by hand.

Reviewed at https://reviews.imfreedom.org/r/2968/
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'
)