![]() |
![]() |
![]() |
libempathy Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
EmpathyIrcServer; EmpathyIrcServer * empathy_irc_server_new (const gchar *address, guint port, gboolean ssl);
"address" gchar* : Read / Write "port" guint : Read / Write "ssl" gboolean : Read / Write
EmpathyIrcServer * empathy_irc_server_new (const gchar *address, guint port, gboolean ssl);
Creates a new EmpathyIrcServer
|
the address |
|
the port |
|
TRUE if the server needs a SSL connection
|
Returns : |
a new EmpathyIrcServer |
"address"
property"address" gchar* : Read / Write
The address of this server.
Default value: NULL
"port"
property"port" guint : Read / Write
The port to use to connect on this server.
Allowed values: [1,65535]
Default value: 6667
"ssl"
property"ssl" gboolean : Read / Write
If this server needs SSL connection.
Default value: FALSE
"modified"
signalvoid user_function (EmpathyIrcServer *server, gpointer user_data) : Run Last / Has Details
Emitted when a property of the server is modified.
|
the object that received the signal |
|
user data set when the signal handler was connected. |