Callbacks¶
|
|
|
|
|
Details¶
- Infinityd.DirectoryForeachConnectionFunc(conn, *user_data)¶
- Parameters:
conn (
Infinity.XmlConnection
) – The connection corresponding to the current iteration.user_data (
object
orNone
) – Additional data passed to the call toInfinityd.Directory.foreach_connection
().
This is the signature of the callback function passed to
Infinityd.Directory.foreach_connection
().
- Infinityd.NotePluginSessionWrite(arg0, arg1, arg2, arg3)¶
- Parameters:
arg0 (
Infinityd.Storage
) –arg1 (
Infinity.Session
) –arg2 (
str
) –
- Return type:
- Infinityd.ServerPoolForeachServerFunc(server, *user_data)¶
- Parameters:
server (
Infinityd.XmlServer
) – The currently iterated server.user_data (
object
orNone
) – Additional data passed toInfinityd.ServerPool.foreach_server
().
This is the callback signature of the callback passed to
Infinityd.ServerPool.foreach_server
().