|
Defines |
#define | BEGIN |
#define | COMMIT |
Functions |
AlpBundle | alp_bundle_move_to_store (AlpBundle package, const char *store, int flags) |
| Move a bundle to an active store This uses the bundle manager to move a registered bundle from one store to another.
|
void | handle_client_alp_bundle_move_to_store (AlpConnection *connection, AlpMessage *message, gpointer cbData) |
AlpBundle | alp_bundle_copy_to_store (AlpBundle package, const char *store, int flags) |
| Copy a bundle to an active store This uses the bundle manager to copy a registered bundle from one store to another.
|
void | handle_client_alp_bundle_copy_to_store (AlpConnection *connection, AlpMessage *message, gpointer cbData) |
alp_status_t | alp_prv_bundle_add_store (const char *store, const char *arguments[]) |
| Creates a new store.
|
void | handle_client_alp_prv_bundle_add_store (AlpConnection *connection, AlpMessage *message, gpointer cbData) |
alp_status_t | alp_prv_bundle_delete_store (const char *store) |
| Remove a store. Any bundles on that store will be unregistered (not deleted).
|
void | handle_client_alp_prv_bundle_delete_store (AlpConnection *connection, AlpMessage *message, gpointer cbData) |
GHashTable * | alp_bundle_store (const char *store) |
| Retrieve information about a store.
|
gchar * | alp_bundle_store_value (const char *store, const char *key) |
| Retrieve a particular information value about a store.
|
void | alp_prv_ghost_scan_store (const char *store, int store_id, int ghost_storage, int wipe_invalid) |
void | alp_prv_java_scan_store (const char *store, int store_id, int wipe_invalid) |
alp_status_t | alp_prv_bundle_scan_store (const char *store, int wipe_invalid, int scheme_skip) |
| Sync registration of all bundles on a store For bar files, this will scan the contents of the store's bar_folder, and register any bar folders or files which were not previously registered. Any missing folders or files will have their bundle unregistered.
|
void | handle_client_alp_prv_bundle_scan_store (AlpConnection *connection, AlpMessage *message, gpointer cbData) |