Function

Pidginstart

since: 3.0

Declaration [src]

int
pidgin_start (
  int argc,
  char** argv
)

Description [src]

Start pidgin with the given command line arguments.

Available since: 3.0

Parameters

argc

Type: int

The argc from main() (or 0 if argv is NULL).

argv

Type: char**

The argv from main(), or NULL.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: int

The exit code for the program.