| 
GoComponentFactory
GoComponentFactory |  | 
Details
enum GOMimePriority
typedef enum
{
	GO_MIME_PRIORITY_INVALID = -1,
	GO_MIME_PRIORITY_DISPLAY,
	GO_MIME_PRIORITY_PRINT,
	GO_MIME_PRIORITY_PARTIAL,
	GO_MIME_PRIORITY_FULL,
	GO_MIME_PRIORITY_NATIVE,
} GOMimePriority;
 
GOComponentType
typedef struct _GOComponentType GOComponentType;
 
go_components_get_mime_types ()
GSList*     go_components_get_mime_types    (void);
 
go_components_get_priority ()
GOMimePriority go_components_get_priority   (char const *mime_type);
 
go_components_add_mime_type ()
void        go_components_add_mime_type     (char *mime,
                                             GOMimePriority priority,
                                             char const *service_id);
| mime: |  | 
| priority: |  | 
| service_id: |  | 
 
goc_plugin_services_init ()
void        goc_plugin_services_init        (void);
 
goc_plugin_services_shutdown ()
void        goc_plugin_services_shutdown    (void);