Class

FoundryAcpSession

Description

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

No description available.

Hierarchy

hierarchy this FoundryAcpSession ancestor_0 GObject ancestor_0--this

Ancestors

Instance methods

foundry_acp_session_cancel

Sends an ACP session/cancel notification.

unstable since: 1.2

foundry_acp_session_close

Requests the agent close the session.

unstable since: 1.2

foundry_acp_session_dup_active_permission_request
No description available.

unstable since: 1.2

foundry_acp_session_dup_connection
No description available.

unstable since: 1.2

foundry_acp_session_dup_current_activity
No description available.

unstable since: 1.2

foundry_acp_session_dup_id
No description available.

unstable since: 1.2

foundry_acp_session_get_state
No description available.

unstable since: 1.2

foundry_acp_session_list_active_terminals

Lists terminal handles known to the session. Terminals remain in the model after exit until they are released by the ACP agent.

unstable since: 1.2

foundry_acp_session_list_changed_files

Lists files known to have changed during the session.

unstable since: 1.2

foundry_acp_session_list_events

Lists normalized monitoring events for the session.

unstable since: 1.2

foundry_acp_session_prompt

Sends a prompt turn to the ACP agent.

unstable since: 1.2

foundry_acp_session_set_config_option

Requests a session config option change.

unstable since: 1.2

foundry_acp_session_set_mode

Requests a session mode change.

unstable since: 1.2

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Foundry.AcpSession: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 FoundryAcpSessionClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.