Gjsify LogoGjsify Logo

GrssPerson is an opaque structure whose members cannot be accessed directly.

record

Hierarchy

  • Person

Index

Constructors

  • new Person(name: string, email: string, uri: string): Person
  • Creates a new #GrssPerson.

    Parameters

    • name: string

      the name of the person

    • email: string

      the email of the person, or %NULL

    • uri: string

      the homepage (uri) of the person, or %NULL

    Returns Person

Properties

name: string

Methods

  • get_email(): string
  • get_name(): string
  • get_uri(): string
  • unref(): void
  • Atomically decrements the reference count of person by one.

    When the reference count reaches zero, the resources allocated by person are freed

    Returns void

  • new(name: string, email: string, uri: string): Person
  • Creates a new #GrssPerson.

    Parameters

    • name: string

      the name of the person

    • email: string

      the email of the person, or %NULL

    • uri: string

      the homepage (uri) of the person, or %NULL

    Returns Person

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