API Version: 3.0
Library Version: 2.90.0
Generated by gi-docgen 2024.1
unstable since: 3.0
int pidgin_start ( int argc, char** argv )
Start pidgin with the given command line arguments.
Available since: 3.0
argc
Type: int
int
The argc from main() (or 0 if argv is NULL).
main()
NULL
argv
Type: char**
char**
The argv from main(), or NULL.
The exit code for the program.