Function
GcrImporterregister
Declaration [src]
void
gcr_importer_register (
  GType importer_type,
  GckAttributes* attrs
)
Description [src]
Register an importer to handle parsed items that match the given attributes.
If attrs are a floating reference, then it is consumed.
Parameters
- importer_type
- 
            Type: GTypeThe GType of the importer being registered. 
- attrs
- 
            Type: GckAttributesThe attributes that this importer is compatible with. The data is owned by the caller of the function.