Gcr.GeneralNames
- Subclasses:
None
Class Details
-
class Gcr.GeneralNames(**kwargs)
- Bases:
GObject.Object
, Gio.ListModel
- Abstract:
No
- Structure:
Gcr.GeneralNamesClass
A list of [class`Gcr`.GeneralName]s.
-
get_name(position)[source]
- Parameters:
position (int
) – The position in the list
- Returns:
The name at the given position
- Return type:
Gcr.GeneralName
Returns the name at the given position.
It is illegal to call this function with a position larger than the number
of elements in this list.