CoreDescriptor
Object Hierarchy:
Description:
[
CCode ( type_id =
"retro_core_descriptor_get_type ()" ) ]
public class CoreDescriptor :
Object
Content:
Creation methods:
Methods:
- public string? get_firmware_md5 (string firmware) throws Error
Gets the MD5 fingerprint of the firmware file, or
null.
- public string? get_firmware_path (string firmware) throws Error
Gets the demanded path to the firmware file, or
null.
- public string? get_firmware_sha512 (string firmware) throws Error
Gets the SHA512 fingerprint of the firmware file, or
null.
- public string[] get_firmwares (string platform) throws Error
Gets the list of firmwares used by the core for this platform.
- public Icon? get_icon () throws Error
Gets the icon, or null if it doesn't
exist.
- public string get_id ()
Gets the ID of this.
- public bool get_is_emulator () throws Error
Gets whether the core is an emulator, and hence need games to be
loaded.
- public bool get_is_firmware_mandatory (string firmware) throws Error
Gets whether the firmware is mandatory for the core to function.
- public bool get_is_game () throws Error
Gets whether the core is a game, and hence can't load games.
- public string[] get_mime_type (string platform) throws Error
Gets the list of MIME types accepted used by the core for this
platform.
- public string? get_module () throws Error
Gets the module file name, or null
if it doesn't exist.
- public File? get_module_file () throws Error
Gets the module file, or null if it
doesn't exist.
- public string? get_name () throws Error
Gets the name, or null if it doesn't
exist.
- public bool get_platform_supports_mime_types (string platform, string[] mime_types) throws Error
Gets whether the platform supports all of the given MIME types.
- public string get_uri ()
Gets the URI of the file of this.
- public bool has_firmware_md5 (string firmware) throws Error
Gets whether the firmware declares its MD5 fingerprint.
- public bool has_firmware_sha512 (string firmware) throws Error
Gets whether the firmware declares its SHA512 fingerprint.
- public bool has_firmwares (string platform) throws Error
Gets whether the platform has associated firmwares.
- public bool has_icon () throws Error
Gets whether the core has an icon.
- public bool has_platform (string platform)
Gets whether the core descriptor declares the given platform.
Inherited Members:
All known members inherited from class GLib.Object