GxrIO

GxrIO

Functions

Includes

#include <gxr.h>

Description

Functions

gxr_io_create_directory_if_needed ()

gboolean
gxr_io_create_directory_if_needed (gchar *path);

gxr_io_get_cache_path ()

GString *
gxr_io_get_cache_path (const gchar *dir_name);

gxr_io_load_cached_action_manifest ()

gboolean
gxr_io_load_cached_action_manifest (const char *cache_name,
                                    const char *resource_path,
                                    const char *manifest_name,
                                    const char *first_binding,
                                    ...);

gxr_io_write_resource_to_file ()

gboolean
gxr_io_write_resource_to_file (const gchar *res_base_path,
                               gchar *cache_path,
                               const gchar *file_name,
                               GString *file_path);

Types and Values