| EventDance - Documentation and Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
EvdConnectionPool; EvdConnectionPoolClass; EvdConnectionPoolPrivate; EvdConnectionPool * evd_connection_pool_new (const gchar *address); gboolean evd_connection_pool_has_free_connections (EvdConnectionPool *self); void evd_connection_pool_get_connection_async (EvdConnectionPool *self,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data); EvdConnection * evd_connection_pool_get_connection_finish (EvdConnectionPool *self,GAsyncResult *result,GError **error);
typedef struct {
EvdIoStreamGroupClass parent_class;
} EvdConnectionPoolClass;
EvdConnectionPool * evd_connection_pool_new (const gchar *address);
|
|
Returns : |
gboolean evd_connection_pool_has_free_connections
(EvdConnectionPool *self);
|
|
Returns : |
void evd_connection_pool_get_connection_async (EvdConnectionPool *self,GCancellable *cancellable,GAsyncReadyCallback callback,gpointer user_data);
|
|
|
|
|
|
|
EvdConnection * evd_connection_pool_get_connection_finish (EvdConnectionPool *self,GAsyncResult *result,GError **error);
|
|
|
|
|
|
Returns : |