![]() |
![]() |
![]() |
GIO Reference Manual | ![]() |
---|---|---|---|---|
gboolean g_content_type_equals (const char *type1, const char *type2); gboolean g_content_type_is_a (const char *type, const char *supertype); gboolean g_content_type_is_unknown (const char *type); char* g_content_type_get_description (const char *type); char* g_content_type_get_mime_type (const char *type); GIcon* g_content_type_get_icon (const char *type); gboolean g_content_type_can_be_executable (const char *type); char* g_content_type_guess (const char *filename, const guchar *data, gsize data_size, gboolean *result_uncertain); GList* g_content_types_get_registered (void);
gboolean g_content_type_equals (const char *type1, const char *type2);
|
|
|
|
Returns : |
gboolean g_content_type_is_a (const char *type, const char *supertype);
|
|
|
|
Returns : |
gboolean g_content_type_is_unknown (const char *type);
|
|
Returns : |
char* g_content_type_get_description (const char *type);
|
|
Returns : |
char* g_content_type_get_mime_type (const char *type);
|
|
Returns : |
GIcon* g_content_type_get_icon (const char *type);
|
|
Returns : |
GIcon corresponding to the content type. |
gboolean g_content_type_can_be_executable (const char *type);
|
|
Returns : |
TRUE if the file type corresponds to something that
can be executable, FALSE otherwise. Note that for instance
things like textfiles can be executables (i.e. scripts)
|
char* g_content_type_guess (const char *filename, const guchar *data, gsize data_size, gboolean *result_uncertain);
|
|
|
|
|
|
|
|
Returns : |