Class

MetaRemoteAccessController

Description

final class Meta.RemoteAccessController : GObject.Object {
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this MetaRemoteAccessController ancestor_0 GObject ancestor_0--this

Ancestors

  • GObject

Instance methods

meta_remote_access_controller_inhibit_remote_access

Inhibits remote access sessions from being created and running. Any active remote access session will be terminated.

meta_remote_access_controller_uninhibit_remote_access

Uninhibits remote access sessions from being created and running. If this was the last inhibitation that was inhibited, new remote access sessions can now be created.

Signals

Meta.RemoteAccessController::new-handle
No description available.

Class structure

struct MetaRemoteAccessControllerClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.