|
Data Structures |
struct | precord |
struct | old_boundtextdomain_t |
Defines |
#define | MAX_LOOPDEV 256 |
Typedefs |
typedef old_boundtextdomain_t | old_boundtextdomain_t |
Functions |
void | alp_prv_bundle_clear_local_effects () |
AlpBundleRef | alp_bundle_open (AlpBundle index) |
| Open a bundle Given a bundle index, open the bundle, making its contents available for use, until it is closed.
|
AlpBundleRef | alp_prv_bundle_open (AlpBundle index, int flags) |
| Open a bundle Given a bundle index, open the bundle, making its contents available for use, until it is closed.
|
void | handle_client_alp_bundle_open (AlpConnection *connection, AlpMessage *message, gpointer cbData) |
alp_status_t | alp_prv_bundle_force_close (AlpBundle index, int flags) |
| Utility routine to close a bundle.
|
alp_status_t | alp_bundle_close (struct _AlpBundleRef *ref) |
alp_status_t | alp_prv_bundle_close (struct _AlpBundleRef *ref, int flags) |
void | handle_client_alp_bundle_close (AlpConnection *connection, AlpMessage *message, gpointer cbData) |
AlpBundle | alp_bundle_ref_bundle (struct _AlpBundleRef *ref) |
alp_status_t | alp_prv_bundle_ref_incref (struct _AlpBundleRef *ref) |
alp_status_t | alp_prv_bundle_ref_decref (AlpBundleRef ref) |
| Decrement the refcount on an open bundle.
|
alp_status_t | alp_prv_bundle_incref (AlpBundle index, int flags) |
| Increment the refcount on a bundle.
|
void | handle_client_alp_prv_bundle_incref (AlpConnection *connection, AlpMessage *message, gpointer cbData) |
alp_status_t | alp_prv_bundle_decref (AlpBundle index, int flags) |
| Decrement the refcount on an open bundle.
|
void | handle_client_alp_prv_bundle_decref (AlpConnection *connection, AlpMessage *message, gpointer cbData) |
Variables |
GTree * | sRecordTree |