|
Data Structures |
struct | myChannel |
Functions |
GList * | alp_prv_bundle_expand_locale (const char *locale) |
| Given an XPG/4 locale name, break off each optional part in turn, giving a list of possible locale paths in preferred order Multiple entries may be separated by colons.
|
void | wipe_locales (void) |
GList * | alp_prv_bundle_expand_searchpath (const char *path) |
| Given a path including escapes, create a list of possible paths using the current locale.
|
gchar * | alp_bundle_ref_ro_pathname (struct _AlpBundleRef *ref, const char *path) |
alp_status_t | alp_bundle_ref_ro_data (struct _AlpBundleRef *ref, const char *path, gchar **data, size_t *length) |
gchar * | alp_bundle_ref_ro_tempfile (struct _AlpBundleRef *ref, const char *path, gboolean keep, const char *ext) |
alp_status_t | alp_bundle_tempfile_release (gchar *tempfile) |
| Releases any storage associated with a tempfile returned from alp_bundle_ref_ro_tempfile().
|
GIOStatus | my_close (GIOChannel *channel, GError **err) |
GIOChannel * | alp_bundle_ref_ro_channel (struct _AlpBundleRef *ref, const char *path) |
GList * | alp_bundle_ref_ro_directory (struct _AlpBundleRef *ref, const char *path, gboolean recurse) |
Variables |
GIOStatus(* | my_orig_close )(GIOChannel *channel, GError **err) |
GIOFuncs * | my_channel_funcs |