get_languages


Description:

[ Version ( since = "0.2.3" ) ]
public List<unowned string> get_languages ()

If media is an installer, this property indicates the languages that can be used during automatic installations.

On media that are not installers, this property will indicate the languages that the user interface can be displayed in. Use get_installer(or OsinfoMedia: installer) to know if the media is an installer or not.

Parameters:

this

an Media instance

Returns:

a List containing the list of the UI languages this media supports. The list must be freed with g_list_free when no longer needed. If the supported languages are unknown, NULL will be returned.