| Top |  |  |  |  | 
| void | (*GladeCatalogInitFunc) () | 
| const GList * | glade_catalog_load_all () | 
| void | glade_catalog_destroy_all () | 
| void | glade_catalog_add_path () | 
| void | glade_catalog_remove_path () | 
| GList * | glade_catalog_get_adaptors () | 
| gboolean | glade_catalog_is_loaded () | 
| const gchar * | glade_catalog_get_book () | 
| const gchar * | glade_catalog_get_domain () | 
| const GList * | glade_catalog_get_extra_paths () | 
| const gchar * | glade_catalog_get_icon_prefix () | 
| guint16 | glade_catalog_get_major_version () | 
| guint16 | glade_catalog_get_minor_version () | 
| const gchar * | glade_catalog_get_name () | 
| const gchar * | glade_catalog_get_prefix () | 
| GList * | glade_catalog_get_targets () | 
| GList * | glade_catalog_get_widget_groups () | 
| const GList * | glade_widget_group_get_adaptors () | 
| gboolean | glade_widget_group_get_expanded () | 
| const gchar * | glade_widget_group_get_name () | 
| const gchar * | glade_widget_group_get_title () | 
void
(*GladeCatalogInitFunc) (const gchar *name);
Called once at glade startup time for every catalog, catalogs are initialized in order of dependencies.
const GList *
glade_catalog_load_all (void);
Loads all available catalogs in the system.
First loads catalogs from GLADE_ENV_CATALOG_PATH,
then from glade_app_get_catalogs_dir() and finally from paths specified with
glade_catalog_add_path()
void
glade_catalog_destroy_all (void);
Destroy and free all resources related with every loaded catalog.
void
glade_catalog_add_path (const gchar *path);
Adds a new path to the list of path to look catalogs for.
void
glade_catalog_remove_path (const gchar *path);
Remove path from the list of path to look catalogs for.
NULL to remove all paths.
const gchar *
glade_catalog_get_icon_prefix (GladeCatalog *catalog);
const GList *
glade_widget_group_get_adaptors (GladeWidgetGroup *group);
gboolean
glade_widget_group_get_expanded (GladeWidgetGroup *group);
const gchar *
glade_widget_group_get_title (GladeWidgetGroup *group);