diff options
Diffstat (limited to 'src/qreg.h')
-rw-r--r-- | src/qreg.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -241,6 +241,8 @@ gboolean teco_machine_qregspec_auto_complete(teco_machine_qregspec_t *ctx, teco_ void teco_machine_qregspec_free(teco_machine_qregspec_t *ctx); +G_DEFINE_AUTOPTR_CLEANUP_FUNC(teco_machine_qregspec_t, teco_machine_qregspec_free); + /** @memberof teco_machine_qregspec_t */ void undo__teco_machine_qregspec_free(teco_machine_qregspec_t *); TECO_DECLARE_UNDO_OBJECT(qregspec, teco_machine_qregspec_t *); |