Top |
GQuark | cd_edid_error_quark () |
CdEdid * | cd_edid_new () |
void | cd_edid_reset () |
gboolean | cd_edid_parse () |
const gchar * | cd_edid_get_monitor_name () |
const gchar * | cd_edid_get_vendor_name () |
const gchar * | cd_edid_get_serial_number () |
const gchar * | cd_edid_get_eisa_id () |
const gchar * | cd_edid_get_checksum () |
const gchar * | cd_edid_get_pnp_id () |
guint | cd_edid_get_width () |
guint | cd_edid_get_height () |
gdouble | cd_edid_get_gamma () |
const CdColorYxy * | cd_edid_get_red () |
const CdColorYxy * | cd_edid_get_green () |
const CdColorYxy * | cd_edid_get_blue () |
const CdColorYxy * | cd_edid_get_white () |
CdEdid *
cd_edid_new (void
);
Creates an object suitable for parsing an EDID.
Since: 1.1.2
gboolean cd_edid_parse (CdEdid *edid
,GBytes *edid_data
,GError **error
);
Parses the EDID.
Since: 1.1.2
const gchar *
cd_edid_get_monitor_name (CdEdid *edid
);
Gets the EDID monitor name.
Since: 1.1.2
const gchar *
cd_edid_get_vendor_name (CdEdid *edid
);
Gets the EDID vendor name.
Since: 1.1.2
const gchar *
cd_edid_get_serial_number (CdEdid *edid
);
Gets the EDID serial number.
Since: 1.1.2
const gchar *
cd_edid_get_eisa_id (CdEdid *edid
);
Gets the EDID EISA ID.
Since: 1.1.2
const gchar *
cd_edid_get_checksum (CdEdid *edid
);
Gets the EDID MD5 checksum.
Since: 1.1.2
const gchar *
cd_edid_get_pnp_id (CdEdid *edid
);
Gets the EDID PNP ID.
Since: 1.1.2
guint
cd_edid_get_width (CdEdid *edid
);
Gets the panel width in inches.
Since: 1.1.2
guint
cd_edid_get_height (CdEdid *edid
);
Gets the panel height in inches.
Since: 1.1.2
gdouble
cd_edid_get_gamma (CdEdid *edid
);
Gets the native panel gamma.
Since: 1.1.2
const CdColorYxy *
cd_edid_get_red (CdEdid *edid
);
Gets the red primary.
Since: 1.1.2
const CdColorYxy *
cd_edid_get_green (CdEdid *edid
);
Gets the green primary.
Since: 1.1.2
const CdColorYxy *
cd_edid_get_blue (CdEdid *edid
);
Gets the blue primary.
Since: 1.1.2