QB_HDB_HANDLE_DESTROY(3) | libqb Programmer's Manual | QB_HDB_HANDLE_DESTROY(3) |
qb_hdb_handle_destroy - Request the destruction of the object.
#include <qb/qbhdb.h> int32_t qb_hdb_handle_destroy(
struct qb_hdb *hdb,
qb_handle_t handle_in );
hdb the database instance
handle_in the handle
When the refcount is 0, it will be destroyed.
struct qb_hdb {
uint32_t handle_count;
qb_array_t handles;
uint32_t iterator;
void (*destructor)(void *);
uint32_t first_run; };
(0 == ok, -errno failure)
qb_hdb_handle_get(3), qb_hdb_iterator_reset(3), qb_hdb_handle_create(3), qb_hdb_handle_refcount_get(3), qb_hdb_iterator_next(3), qb_hdb_nocheck_convert(3), qb_hdb_create(3), qb_hdb_destroy(3), qb_hdb_base_convert(3), qb_hdb_handle_get_always(3), qb_hdb_handle_put(3)
Copyright (C) 2010-2020 Red Hat, Inc.
2021-03-03 | LIBQB |