Source.getId

Returns the numeric ID for a particular source. The ID of a source is a positive integer which is unique within a particular main loop context. The reverse mapping from ID to source is done by g_main_context_find_source_by_id().

class Source
uint
getId
()

Return Value

Type: uint

the ID (greater than 0) for the source

Meta