Gjsify LogoGjsify Logo

Structure representing a protocol supported by a connection manager. Note that the size of this structure may change, so its size must not be relied on.

record

Hierarchy

  • ConnectionManagerProtocol

Index

Constructors

Properties

name: string

The name of this connection manager

field

Array of #TpConnectionManagerParam structures, terminated by a structure whose name is %NULL

field
name: string

Methods

  • can_register(): boolean
  • dup_param_names(): string[]
  • Returns a list of parameter names supported by this connection manager for this protocol.

    The result is copied and must be freed by the caller with g_strfreev().

    Returns string[]

  • free(): void
  • has_param(param: string): boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method