~ubuntu-branches/debian/sid/thunar/sid

« back to all changes in this revision

Viewing changes to docs/reference/thunarx/html/thunarx-writing-extensions-advanced-topics.html

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-05-23 14:12:33 UTC
  • mfrom: (1.1.24 upstream)
  • Revision ID: james.westby@ubuntu.com-20100523141233-ntplken25atdr214
Tags: 1.0.2-1
* New upstream release.
* debian/patches/04_fix-umask-handling.patch: dropped, included upstream.
* debian/control: build-dep on libstartup-notification0-dev (>= 0.4) as
  startup notification support is enabled in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Advanced topics</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
7
 
<link rel="start" href="index.html" title="Thunar Extensions Reference Manual">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
 
7
<link rel="home" href="index.html" title="Thunar Extensions Reference Manual">
8
8
<link rel="up" href="thunarx-writing-extensions.html" title="Part II. Writing Extensions">
9
9
<link rel="prev" href="thunarx-writing-extensions-getting-started.html" title="Getting Started">
10
10
<link rel="next" href="thunarx-fundamentals.html" title="Part III. Fundamentals">
11
 
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="part" href="thunarx-overview.html" title="Part I. Overview">
14
 
<link rel="part" href="thunarx-writing-extensions.html" title="Part II. Writing Extensions">
15
 
<link rel="part" href="thunarx-fundamentals.html" title="Part III. Fundamentals">
16
 
<link rel="part" href="thunarx-abstraction-layer.html" title="Part IV. Abstraction Layer">
17
 
<link rel="part" href="thunarx-providers.html" title="Part V. Providers">
18
 
<link rel="part" href="thunarx-using-extensions.html" title="Part VI. Using Thunar extensions in applications">
19
 
<link rel="index" href="ix01.html" title="Index">
20
13
</head>
21
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
22
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
26
19
<th width="100%" align="center">Thunar Extensions Reference Manual</th>
27
20
<td><a accesskey="n" href="thunarx-fundamentals.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
28
21
</tr></table>
29
 
<div class="sect1" lang="en">
 
22
<div class="sect1" title="Advanced topics">
30
23
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
31
24
<a name="thunarx-writing-extensions-advanced-topics"></a>Advanced topics</h2></div></div></div>
32
25
<p>
33
26
        This section provides a short introduction to some of the advanced topics in the
34
27
        Thunar Extension Framework.
35
28
      </p>
36
 
<div class="sect2" lang="en">
 
29
<div class="sect2" title="Memory-Resident Extensions">
37
30
<div class="titlepage"><div><div><h3 class="title">
38
31
<a name="thunarx-writing-extensions-memory-resident-extensions"></a>Memory-Resident Extensions</h3></div></div></div>
39
32
<p>
51
44
          method.
52
45
        </p>
53
46
<div class="example">
54
 
<a name="id2787401"></a><p class="title"><b>Example 2. Making an extension memory resident</b></p>
 
47
<a name="id430047"></a><p class="title"><b>Example 2. Making an extension memory resident</b></p>
55
48
<div class="example-contents"><pre class="programlisting">
56
49
G_MODULE_EXPORT void
57
50
thunar_extension_initialize (ThunarxProviderPlugin *plugin)
68
61
</div>
69
62
<div class="footer">
70
63
<hr>
71
 
          Generated by GTK-Doc V1.10</div>
 
64
          Generated by GTK-Doc V1.14</div>
72
65
</body>
73
 
</html>
 
66
</html>
 
 
b'\\ No newline at end of file'