Gjsify LogoGjsify Logo

Hierarchy

  • WebDAVPrivilege

Index

Constructors

  • Describes one privilege entry. The hint can be %E_WEBDAV_PRIVILEGE_HINT_UNKNOWN for privileges which are not known to the #EWebDAVSession. It's possible, because the servers can define their own privileges. The hint is also tried to pair with known hints when it's %E_WEBDAV_PRIVILEGE_HINT_UNKNOWN.

    The ns_uri and name can be %NULL only if the hint is one of the known privileges. Otherwise it's an error to pass either of the two as %NULL.

    Parameters

    • ns_uri: string

      a namespace URI

    • name: string

      element name

    • description: string

      human read-able description, or %NULL

    • kind: WebDAVPrivilegeKind

      an #EWebDAVPrivilegeKind

    • hint: WebDAVPrivilegeHint

      an #EWebDAVPrivilegeHint

    Returns WebDAVPrivilege

Properties

description: string
name: string
ns_uri: string
name: string

Methods

  • free(ptr: object): void
  • Frees an #EWebDAVPrivilege previously created with e_webdav_privilege_new() or e_webdav_privilege_copy(). The function does nothing, if ptr is %NULL.

    Parameters

    • ptr: object

      an #EWebDAVPrivilege

    Returns void

  • Describes one privilege entry. The hint can be %E_WEBDAV_PRIVILEGE_HINT_UNKNOWN for privileges which are not known to the #EWebDAVSession. It's possible, because the servers can define their own privileges. The hint is also tried to pair with known hints when it's %E_WEBDAV_PRIVILEGE_HINT_UNKNOWN.

    The ns_uri and name can be %NULL only if the hint is one of the known privileges. Otherwise it's an error to pass either of the two as %NULL.

    Parameters

    • ns_uri: string

      a namespace URI

    • name: string

      element name

    • description: string

      human read-able description, or %NULL

    • kind: WebDAVPrivilegeKind

      an #EWebDAVPrivilegeKind

    • hint: WebDAVPrivilegeHint

      an #EWebDAVPrivilegeHint

    Returns WebDAVPrivilege

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