StringList.add Method

Module: StringList

Definition

Adds an item to the StringList object.

add(self, item: str) -> None

Parameters

item str
in item to add.

Exceptions

An error has occurred during Face Library execution.
void add(String? item)

Parameters

item String
in item to add.

Exceptions

An error has occurred during Face Library execution.
public void Add(string item)

Parameters

item string
in item to add.

Exceptions

An error has occurred during Face Library execution.
public void add(String item) throws FaceException

Parameters

item String
in item to add.

Exceptions

An error has occurred during Face Library execution.
public func add(item: String) throws

Parameters

item String
in item to add.

Exceptions

An error has occurred during Face Library execution.
int id3FaceStringList_Add (
    ID3_FACE_STRING_LIST hStringList,
    const char * item)

Parameters

in Handle to the StringList object.

item const char *
in item to add.

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.