Top | ![]() |
![]() |
![]() |
![]() |
CongDispspecRegistry * | cong_dispspec_registry_new () |
void | cong_dispspec_registry_add_dir () |
void | cong_dispspec_registry_free () |
CongDispspec * | cong_dispspec_registry_get () |
void | cong_dispspec_registry_add () |
void | cong_dispspec_registry_dump () |
CongDispspec * | cong_dispspec_registry_get_appropriate_dispspec () |
CongDispspecRegistry * cong_dispspec_registry_new (const gchar *xds_directory
,GtkWindow *toplevel_window
);
TODO: Write me
void cong_dispspec_registry_add_dir (CongDispspecRegistry *registry
,const gchar *xds_directory
,GtkWindow *toplevel_window
,gboolean raise_errs
);
TODO: Write me
void
cong_dispspec_registry_free (CongDispspecRegistry *registry
);
This function is currently just a false assertion
CongDispspec * cong_dispspec_registry_get (CongDispspecRegistry *registry
,unsigned int i
);
TODO: Write me
void cong_dispspec_registry_add (CongDispspecRegistry *registry
,CongDispspec *ds
);
TODO: Write me
void
cong_dispspec_registry_dump (CongDispspecRegistry *registry
);
TODO: Write me
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.