This function does the same work as init with only a single change: It does not terminate the program if the Libvirt GLib library can't be initialized.
Instead it returns false on failure.
This way the application can fall back to some other mode of operation.
| argv |
Address of the <parameter>argv</parameter> parameter of |
| argc |
Address of the argc parameter of your |
|
true if the library was successfully initialized, false otherwise |