GOComponentFactory

GOComponentFactory

Functions

Types and Values

Description

Functions

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);


go_components_get_mime_suffix ()

char const *
go_components_get_mime_suffix (char const *mime);


go_components_set_mime_suffix ()

void
go_components_set_mime_suffix (char const *mime,
                               char const *suffix);


go_components_support_clipboard ()

gboolean
go_components_support_clipboard (char const *mime_type);

Types and Values

enum GOMimePriority

Members

GO_MIME_PRIORITY_INVALID

   

GO_MIME_PRIORITY_DISPLAY

   

GO_MIME_PRIORITY_PRINT

   

GO_MIME_PRIORITY_PARTIAL

   

GO_MIME_PRIORITY_FULL

   

GO_MIME_PRIORITY_NATIVE

   

GOComponentType

typedef struct _GOComponentType GOComponentType;