Functions | |
| int | alpm_initialize (void) |
| int | alpm_release (void) |
| int alpm_initialize | ( | void | ) |
Initializes the library. This must be called before any other functions are called.
Definition at line 44 of file alpm.c.
References _alpm_handle_new(), ASSERT, handle, PM_ERR_HANDLE_NOT_NULL, PM_ERR_MEMORY, and RET_ERR.
Referenced by main().


| int alpm_release | ( | void | ) |
Release the library. This should be the last alpm call you make.
Definition at line 63 of file alpm.c.
References _alpm_handle_free(), alpm_db_unregister_all(), ALPM_LOG_FUNC, ASSERT, handle, PM_ERR_HANDLE_NULL, and RET_ERR.
Referenced by main().


1.5.4