Method

PurpleConnectionconnect

unstable since: 3.0

Declaration [src]

gboolean
purple_connection_connect (
  PurpleConnection* connection
  GError** error
)

Description [src]

Tells the connection to connect.

Due to the asynchronous nature of network connections, the return value and error are to be used to do some initial validation before a connection is actually attempted.

Available since: 3.0

Return value

Type: gboolean

True if the initial connection for account was successful.