CongDispspecRegistry

CongDispspecRegistry

Functions

Description

Functions

cong_dispspec_registry_new ()

CongDispspecRegistry *
cong_dispspec_registry_new (const gchar *xds_directory,
                            GtkWindow *toplevel_window);

TODO: Write me


cong_dispspec_registry_add_dir ()

void
cong_dispspec_registry_add_dir (CongDispspecRegistry *registry,
                                const gchar *xds_directory,
                                GtkWindow *toplevel_window,
                                gboolean raise_errs);

TODO: Write me


cong_dispspec_registry_free ()

void
cong_dispspec_registry_free (CongDispspecRegistry *registry);

This function is currently just a false assertion


cong_dispspec_registry_get ()

CongDispspec *
cong_dispspec_registry_get (CongDispspecRegistry *registry,
                            unsigned int i);

TODO: Write me


cong_dispspec_registry_add ()

void
cong_dispspec_registry_add (CongDispspecRegistry *registry,
                            CongDispspec *ds);

TODO: Write me


cong_dispspec_registry_dump ()

void
cong_dispspec_registry_dump (CongDispspecRegistry *registry);

TODO: Write me


cong_dispspec_registry_get_appropriate_dispspec ()

CongDispspec *
cong_dispspec_registry_get_appropriate_dispspec
                               (CongDispspecRegistry *registry,
                                xmlDocPtr doc,
                                const gchar *filename_extension);

Routine to figure out an appropriate default dispspec for use with this file. Looks for a DTD; if found, it looks up the DTD in a mapping. If this fails, it looks at the top-level tag and makes a guess, but asks the user for confirmation. If this fails, it asks the user.

Returns

The appropriate dispspec for use with the file.

Types and Values