Gjsify LogoGjsify Logo

Structure representing a connection manager parameter.

Since 0.19.1, accessing the fields of this struct is deprecated, and they are no longer documented here. Use the accessors tp_connection_manager_param_get_name(), tp_connection_manager_param_get_dbus_signature(), tp_connection_manager_param_is_required(), tp_connection_manager_param_is_required_for_registration(), tp_connection_manager_param_is_secret(), tp_connection_manager_param_is_dbus_property(), tp_connection_manager_param_get_default(), tp_connection_manager_param_dup_default_variant() instead.

record

Hierarchy

  • ConnectionManagerParam

Index

Constructors

Properties

name: string

Methods

  • Get the default value for this parameter.

    Use g_variant_get_type() to check that the type is what you expect. For instance, a string parameter should have type %G_VARIANT_TYPE_STRING.

    Returns GLib.Variant

  • free(): void
  • get_dbus_signature(): string
  • get_default(value: any): boolean
  • Get the default value for this parameter, if there is one. If %FALSE is returned, value is left uninitialized.

    Parameters

    • value: any

      pointer to an unset (all zeroes) #GValue into which the default's type and value are written

    Returns boolean

  • get_name(): string
  • is_dbus_property(): boolean
  • is_required(): boolean
  • is_required_for_registration(): boolean
  • is_secret(): 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