|
Data Structures |
struct | propdata |
Functions |
void | alp_prv_bundle_update_names (const char *name, int flags) |
| Utility routine to update name table, and emit notifications about changes to named bundles.
|
void | register_props_2 (gpointer key, gpointer value, gpointer user_data) |
void | register_props_3 (int id, int seq, char *prop, char *key, char *value) |
void | register_props (gpointer key, gpointer value, gpointer user_data) |
AlpBundle | alp_prv_bundle_register_bundle (const char *filename, const char *scheme, const char *store, int flags) |
| Register a bundle with the bundle manager.
|
void | handle_client_alp_prv_bundle_register_bundle (AlpConnection *connection, AlpMessage *message, gpointer cbData) |
alp_status_t | alp_prv_bundle_reg_notify (AlpBundle index, int flags) |
alp_status_t | alp_prv_bundle_unreg_notify (AlpBundle index, int flags) |
alp_status_t | alp_prv_bundle_deactivate (AlpBundle index, int flags) |
alp_status_t | alp_prv_bundle_unregister_bundle (AlpBundle index, int flags) |
| Unregister a bundle from the bundle manager.
|
void | handle_client_alp_prv_bundle_unregister_bundle (AlpConnection *connection, AlpMessage *message, gpointer cbData) |
alp_status_t | alp_bundle_delete (AlpBundle index, int flags) |
| Delete a bundle.
|
void | handle_client_alp_bundle_delete (AlpConnection *connection, AlpMessage *message, gpointer cbData) |
alp_status_t | alp_prv_bundle_hold_notifications (gboolean hold) |
void | handle_client_alp_prv_bundle_hold_notifications (AlpConnection *connection, AlpMessage *message, gpointer cbData) |
void | reset_hold () |
Variables |
gboolean | gHoldNotifications = TRUE |
gboolean | gHoldNotificationInstall = FALSE |
gboolean | gHoldNotificationRegister = FALSE |