get_mime_type


Description:

public abstract unowned string get_mime_type (int i)

Gets the character string of the specified mime type.

The first mime type is at position 0, the second at position 1, and so on.

Parameters:

this

a GObject instance that implements AtkStreamableContent

i

a gint representing the position of the mime type starting from 0

Returns:

a gchar* representing the specified mime type; the caller should not free the character string.