Defines | |
| #define | CONN_OPTS vortex_connection_opts_default |
| Allows to easily signal connection features with a simple macro that already signals to finish connection option once connection is created. | |
Functions | |
| VortexConnectionOpts * | vortex_connection_opts_default (VortexConnectionOptItem opt_item,...) |
| Allows to create a connection options object with default settings. | |
| void | vortex_connection_opts_free (VortexConnectionOpts *conn_opts) |
| Finishes the provided connection option. | |
| VortexConnectionOpts * | vortex_connection_opts_new (VortexConnectionOptItem opt_item,...) |
| Allows to create a connection options object. | |