Class

FoundryAcpConnection

Description

final class Foundry.AcpConnection : GObject.Object
{
  /* No available fields */
}

No description available.

Hierarchy

hierarchy this FoundryAcpConnection ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

foundry_acp_connection_new

Creates a connection object for agent.

unstable since: 1.2

foundry_acp_connection_new_for_pipeline

Creates a connection object for agent.

unstable since: 1.2

Instance methods

foundry_acp_connection_authenticate

Requests authentication using method_id.

unstable since: 1.2

foundry_acp_connection_await

Waits for the ACP connection to close.

unstable since: 1.2

foundry_acp_connection_close

Closes the ACP transport.

unstable since: 1.2

foundry_acp_connection_dup_agent_name
No description available.

unstable since: 1.2

foundry_acp_connection_dup_agent_title
No description available.

unstable since: 1.2

foundry_acp_connection_dup_agent_version
No description available.

unstable since: 1.2

foundry_acp_connection_get_state
No description available.

unstable since: 1.2

foundry_acp_connection_initialize

Negotiates ACP protocol capabilities with the agent.

unstable since: 1.2

foundry_acp_connection_new_session

Creates a new ACP session using session/new.

unstable since: 1.2

foundry_acp_connection_start

Starts the connection transport.

unstable since: 1.2

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Foundry.AcpConnection:state
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct FoundryAcpConnectionClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.