~ubuntu-branches/ubuntu/saucy/gnash/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/C/BackLash/customactions.xml

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2008-10-13 14:29:49 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20081013142949-f6qdvnu4mn05ltdc
Tags: 0.8.4~~bzr9980-0ubuntu1
* new upstream release 0.8.4 (LP: #240325)
* ship new lib usr/lib/gnash/libmozsdk.so.* in mozilla-plugin-gnash
  - update debian/mozilla-plugin-gnash.install
* ship new lib usr/lib/gnash/libgnashnet.so.* in gnash-common
  - update debian/gnash-common.install
* add basic debian/build_head script to build latest CVS head packages.
  - add debian/build_head
* new sound architecture requires build depend on libsdl1.2-dev
  - update debian/control
* head build script now has been completely migrated to bzr (upstream +
  ubuntu)
  - update debian/build_head
* disable kde gui until klash/qt4 has been fixed; keep kde packages as empty
  packages for now.
  - update debian/rules
  - debian/klash.install
  - debian/klash.links
  - debian/klash.manpages
  - debian/konqueror-plugin-gnash.install
* drop libkonq5-dev build dependency accordingly
  - update debian/control
* don't install headers manually anymore. gnash doesnt provide a -dev
  package after all
  - update debian/rules
* update libs installed in gnash-common; libgnashserver-*.so is not available
  anymore (removed); in turn we add the new libgnashcore-*.so
  - update debian/gnash-common.install
* use -Os for optimization and properly pass CXXFLAGS=$(CFLAGS) to configure
  - update debian/rules
* touch firefox .autoreg in postinst of mozilla plugin
  - update debian/mozilla-plugin-gnash.postinst
* link gnash in ubufox plugins directory for the plugin alternative switcher
  - add debian/mozilla-plugin-gnash.links
* suggest ubufox accordingly
  - update debian/control
* add new required build-depends on libgif-dev
  - update debian/control
* add Xb-Npp-Description and Xb-Npp-File as new plugin database meta data
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<sect4 id="ascustomactions">
 
2
  <title>CustomActions ActionScript Class</title>
 
3
 
 
4
  <para>
 
5
    This class implements an CustomActions object.
 
6
  </para>
 
7
 
 
8
  <sect5 id="customactionsmethods">
 
9
    <title>The Methods of the  Class</title>
 
10
    <para>
 
11
      <variablelist>
 
12
 
 
13
        <varlistentry>
 
14
          <term>get()</term>
 
15
          <listitem>
 
16
            <para>
 
17
            </para>
 
18
          </listitem>
 
19
        </varlistentry>
 
20
 
 
21
        <varlistentry>
 
22
          <term>install()</term>
 
23
          <listitem>
 
24
            <para>
 
25
            </para>
 
26
          </listitem>
 
27
        </varlistentry>
 
28
 
 
29
        <varlistentry>
 
30
          <term>list()</term>
 
31
          <listitem>
 
32
            <para>
 
33
            </para>
 
34
          </listitem>
 
35
        </varlistentry>
 
36
 
 
37
        <varlistentry>
 
38
          <term>uninstall()</term>
 
39
          <listitem>
 
40
            <para>
 
41
            </para>
 
42
          </listitem>
 
43
        </varlistentry>
 
44
      </variablelist>
 
45
    </para>
 
46
  </sect5>
 
47
  <sect5 id="customactionsprops">
 
48
    <title>The Properties of the CustomActions Class</title>
 
49
    
 
50
    <para>
 
51
      <variablelist>
 
52
 
 
53
      </variablelist>
 
54
    </para>
 
55
  </sect5>
 
56
 
 
57
  <sect5 id="customactionsconf">
 
58
    <title>CustomActions Class Conformance</title>
 
59
    
 
60
    <para>
 
61
      <informaltable frame="all">
 
62
        <?dbhtml table-width="75%" ?>
 
63
        <tgroup cols="2">
 
64
          <thead>
 
65
            <row>
 
66
              <entry valign="top">
 
67
                <para>Class Name</para>
 
68
              </entry>
 
69
              <entry valign="top">
 
70
                <para>Conformance</para>
 
71
              </entry>
 
72
            </row>
 
73
          </thead>
 
74
          <tbody>
 
75
            <row>
 
76
              <entry valign="top" align="left">
 
77
                <para>get()</para>
 
78
              </entry>
 
79
              <entry valign="top" align="center">
 
80
                <para>
 
81
                  This method is unimplemented.
 
82
                </para>
 
83
              </entry>
 
84
            </row>
 
85
            <row>
 
86
              <entry valign="top" align="left">
 
87
                <para>install()</para>
 
88
              </entry>
 
89
              <entry valign="top" align="center">
 
90
                <para>
 
91
                  This method is unimplemented.
 
92
                </para>
 
93
              </entry>
 
94
            </row>
 
95
            <row>
 
96
              <entry valign="top" align="left">
 
97
                <para>list()</para>
 
98
              </entry>
 
99
              <entry valign="top" align="center">
 
100
                <para>
 
101
                  This method is unimplemented.
 
102
                </para>
 
103
              </entry>
 
104
            </row>
 
105
            <row>
 
106
              <entry valign="top" align="left">
 
107
                <para>uninstall()</para>
 
108
              </entry>
 
109
              <entry valign="top" align="center">
 
110
                <para>
 
111
                  This method is unimplemented.
 
112
                </para>
 
113
              </entry>
 
114
            </row>
 
115
          </tbody>
 
116
        </tgroup>
 
117
      </informaltable>
 
118
    </para>
 
119
  </sect5>  
 
120
</sect4>