Context.getSerial

Returns the current serial number of context.

The serial number is initialized to an small number larger than zero when a new context is created and is increased whenever the context is changed using any of the setter functions, or the pango.font_map.FontMap it uses to find fonts has changed. The serial may wrap, but will never have the value 0. Since it can wrap, never compare it with "less than", always use "not equals".

This can be used to automatically detect changes to a pango.context.Context, and is only useful when implementing objects that need update when their pango.context.Context changes, like pango.layout.Layout.

class Context
uint
getSerial
()

Return Value

Type: uint

The current serial number of context.