get_default


Description:

public static unowned Client get_default ()

Creates a new Client using the default Engine .

Normally this is the engine you want. If someone else is already using the default Client, this function returns the same one they're using, but with the reference count incremented. So you have to unref either way.

Returns:

a new Client. unref when you're done.