insertTag method

void insertTag(
  1. IStatus status,
  2. int tag
)

Implementation

void insertTag(IStatus status, int tag) {
  _insertTag(self, status.self, tag);
}