Method
GcrGeneralNamesget_name
Declaration [src]
GcrGeneralName*
gcr_general_names_get_name (
GcrGeneralNames* self,
unsigned int position
)
Description [src]
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.
Return value
Type: GcrGeneralName
The name at the given position.
The returned data is owned by the instance. |