| Top |  |  |  |  | 
void infd_xml_server_new_connection (InfdXmlServer *server,InfXmlConnection *connection);
Emits the "new-connection" signal on server
.
struct InfdXmlServerIface {
  GTypeInterface parent;
  /* Virtual Table */
  void (*close)(InfdXmlServer* server);
  /* Signals */
  void (*new_connection)(InfdXmlServer* server,
                         InfXmlConnection* connection);
};
“status” property“status” InfdXmlServerStatus
The status of the server.
Flags: Read
Default value: INFD_XML_SERVER_CLOSED
“new-connection” signalvoid user_function (InfdXmlServer *infdxmlserver, InfXmlConnection *arg1, gpointer user_data)
| infdxmlserver | the object which received the signal. | |
| user_data | user data set when the signal handler was connected. | 
Flags: Run Last