[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGObject2' (#lcl)

TGParamSpec

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazgobject2.pas line 652

type TGParamSpec = object

  g_type_instance: TGTypeInstance;

  

  name: Pgchar;

  

  flags: TGParamFlags;

  

  value_type: TGType;

  

  owner_type: TGType;

  

  _nick: Pgchar;

  

  _blurb: Pgchar;

  

  qdata: PGData;

  

  ref_count: guint;

  

  param_id: guint;

  

  function internal();

  

  function is_valid_name();

  

  function get_blurb;

  

  function get_default_value;

  

  function get_name;

  

  function get_name_quark;

  

  function get_nick;

  

  function get_qdata();

  

  function get_redirect_target;

  

  function ref;

  

  function ref_sink;

  

  procedure set_qdata();

  

  procedure set_qdata_full();

  

  procedure sink;

  

  function steal_qdata();

  

  procedure unref;

  

end;

Inheritance

TGParamSpec