Sha256: e78e93dc3ef1e2bba7cbbd34f8452b093fc1df28f60f5c6b9f0eec4c4bdf265d

Contents?: true

Size: 558 Bytes

Versions: 67

Compression:

Stored size: 558 Bytes

Contents

<%inherit file="/class.tmpl"/>
<%block name="synopsis">
  <synopsis><code>
const ${namespace.name} = imports.gi.${namespace.name};

let ${formatter.to_underscores(node).lower()} = new ${namespace.name}.${node.name}(\
% if len(node.properties) > 0:
{
% for ix, property_ in enumerate(node.properties):
% if (property_.construct or property_.construct_only) and property_.writable:
    <link xref='${namespace.name}.${node.name}-${property_.name}'>${property_.name.replace('-', '_')}</link>: value,
% endif
% endfor
}\
% endif
);
  </code></synopsis></%block>

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
gobject-introspection-3.2.9-x64-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.9-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.8-x64-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.8-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.7-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.7-x64-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.6-x64-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.6-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.5-x64-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.5-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.4-x64-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.4-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.3-x64-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.3-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.2-x64-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.2-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.1-x64-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.1-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.0-x64-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl
gobject-introspection-3.2.0-x86-mingw32 vendor/local/lib/gobject-introspection/giscanner/doctemplates/Gjs/interface.tmpl