|  |  |  | Gnome Scan Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | ||||
GnomeScanFormat* gnome_scan_format_new (const char *name, const char *desc, const char *domain, const char *icon_name, char **mime_types, int mime_types_length1, char **suffixes, int suffixes_length1); GnomeScanFormat; enum GnomeScanUnit;
GnomeScanFormat* gnome_scan_format_new (const char *name, const char *desc, const char *domain, const char *icon_name, char **mime_types, int mime_types_length1, char **suffixes, int suffixes_length1);
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| Returns : | 
typedef struct {
	GObject parent_instance;
	GnomeScanFormatPrivate * priv;
	const char* name;
	const char* desc;
	const char* domain;
	const char* icon_name;
	char** mime_types;
	gint mime_types_length1;
	char** suffixes;
	gint suffixes_length1;
} GnomeScanFormat;