![]() |
![]() |
![]() |
GOffice Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
enum GOMimePriority; void go_components_add_filter (GtkFileChooser *chooser
); void go_components_add_mime_type (char *mime
,GOMimePriority priority
,char const *service_id
); char const * go_components_get_mime_suffix (char const *mime
); GSList * go_components_get_mime_types (void
); GOMimePriority go_components_get_priority (char const *mime_type
); void go_components_set_mime_suffix (char const *mime
,char const *suffix
); gboolean go_components_support_clipboard (char const *mime_type
);
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;
void go_components_add_mime_type (char *mime
,GOMimePriority priority
,char const *service_id
);
|
|
|
|
|
char const * go_components_get_mime_suffix (char const *mime
);
|
|
Returns : |
GSList * go_components_get_mime_types (void
);
Returns : |
the list of mime types supported by at least one registered component. [element-type char][transfer none char] |
GOMimePriority go_components_get_priority (char const *mime_type
);
|
|
Returns : |
void go_components_set_mime_suffix (char const *mime
,char const *suffix
);
|
|
|
gboolean go_components_support_clipboard (char const *mime_type
);
|
|
Returns : |