Functions

client_login_authorizer_error_quark ()

color_from_hexadecimal (hexadecimal)

documents_service_error_quark ()

parser_error_quark ()

service_error_quark ()

youtube_service_error_quark ()

Details

GData.client_login_authorizer_error_quark()
Return type:

int

GData.color_from_hexadecimal(hexadecimal)
Parameters:

hexadecimal (str) – a hexadecimal color string

Returns:

True on success, False otherwise

color:

a GData.Color

Return type:

(bool, color: GData.Color)

Parses hexadecimal and returns a GData.Color describing it in color.

hexadecimal should be in the form #rrggbb, where rr is a two-digit hexadecimal red intensity value, gg is green and bb is blue. The hash is optional.

GData.documents_service_error_quark()
Return type:

int

GData.parser_error_quark()
Return type:

int

GData.service_error_quark()
Return type:

int

GData.youtube_service_error_quark()
Return type:

int