| Top |  |  |  |  | 
void infd_xml_server_new_connection (InfdXmlServer *server,InfXmlConnection *connection);
Emits the "new-connection" signal on server
.
struct InfdXmlServerInterface {
  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.
Owner: InfdXmlServer
Flags: Read
Default value: INFD_XML_SERVER_CLOSED
“new-connection” signalvoid user_function (InfdXmlServer *infdxmlserver, InfXmlConnection *arg1, gpointer user_data)
Flags: Run Last