~ubuntu-branches/ubuntu/trusty/gobject-introspection/trusty

« back to all changes in this revision

Viewing changes to tests/scanner/Regress-1.0-Gjs-expected/Regress.TestStructD.page

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-03-25 21:56:59 UTC
  • mfrom: (32.2.9 experimental)
  • Revision ID: package-import@ubuntu.com-20140325215659-0h3tukd13rfmrkuy
Tags: 1.40.0-1
* Bump glib build-dep to >= 2.39.0
  - otherwise gir1.2-glib-2.0 doesn't get g_desktop_app_info_search
    which is needed by gnome-shell.
* debian/copyright: fix syntax errors caught by lintian
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
<page id="Regress.TestStructD"
3
3
      type="guide"
4
 
      style="record"
 
4
      style="class"
5
5
      xmlns="http://projectmallard.org/1.0/"
6
6
      xmlns:api="http://projectmallard.org/experimental/api/"
7
7
      xmlns:ui="http://projectmallard.org/1.0/ui/">
8
8
  <info>
9
 
    
10
 
      <link xref="index" group="record" type="guide"/>
11
 
    
 
9
    <link xref="index" group="class" type="guide"/>
12
10
  </info>
13
11
  <title>Regress.TestStructD</title>
14
 
  
15
 
  
16
 
  
17
 
    
18
 
  
19
 
  
20
 
  
21
 
  
22
 
  
23
 
  
24
 
  
 
12
  <synopsis><code>
 
13
const Regress = imports.gi.Regress;
 
14
 
 
15
let testStructD = new Regress.TestStructD({
 
16
    <link xref='Regress.TestStructD-array1'>array1</link>: value
 
17
    <link xref='Regress.TestStructD-array2'>array2</link>: value
 
18
    <link xref='Regress.TestStructD-list'>list</link>: value
 
19
    <link xref='Regress.TestStructD-garray'>garray</link>: value
 
20
});
 
21
  </code></synopsis>
 
22
 
 
23
 
 
24
  <links type="topic" ui:expanded="true"
 
25
         api:type="function" api:mime="text/x-gjs"
 
26
         groups="constructor" style="linklist">
 
27
    <title>Constructors</title>
 
28
  </links>
 
29
  <links type="topic" ui:expanded="true"
 
30
         api:type="function" api:mime="text/x-gjs"
 
31
         groups="method" style="linklist">
 
32
    <title>Methods</title>
 
33
  </links>
 
34
  <links type="topic" ui:expanded="true"
 
35
         api:type="function" api:mime="text/x-gjs"
 
36
         groups="function" style="linklist">
 
37
    <title>Static Functions</title>
 
38
  </links>
 
39
  <links type="topic" ui:expanded="true" groups="field" style="linklist">
 
40
    <title>Fields</title>
 
41
  </links>
 
42
  <links type="topic" ui:expanded="true" groups="#first #default #last" style="linklist">
 
43
    <title>Other</title>
 
44
  </links>
25
45
</page>