~ubuntu-branches/ubuntu/quantal/libfm/quantal

« back to all changes in this revision

Viewing changes to docs/reference/libfm/html/libfm-fm-progress-dlg.html

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-02-21 21:55:43 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110221215543-m7gn2snkhpk1kk9u
Tags: 0.1.15+git-3625952cea-0ubuntu1
* New upstream snapshot (2011-02-15)
 - Use x-schemas-handler (LP: #683922)
* debian/patches/
 - 90_add_gobject_link.patch: Remove, merged upstream.
 - 02-libfm-0.1.14-API-changes.patch: Refresh.
 - 03_disable_deprecated_gio_module.patch: Refresh.
 - 04_fix_docs_linker.patch: Fix DSO linking in docs/.
* debian/libfm0.install:
 - Remove usr/lib/libfm/gnome-terminal, dropped upstream.
 - Remove gio module, dropped upstream.
* debian/rules:
 - Add --enable-gtk-doc to configure.
* debian/libfm-gtk0.symbols:
 - Update with new symbols.
* debian/apport/source_libfm.py
 - Fix location of pcmanfm config files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<title>fm-progress-dlg</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
 
<link rel="home" href="index.html" title="libfm Reference Manual">
8
 
<link rel="up" href="ch01.html" title="[Insert title here]">
9
 
<link rel="prev" href="libfm-fm-icon-pixbuf.html" title="fm-icon-pixbuf">
10
 
<link rel="next" href="libfm-fm-app-chooser-combo-box.html" title="fm-app-chooser-combo-box">
11
 
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
12
 
<link rel="stylesheet" href="style.css" type="text/css">
13
 
</head>
14
 
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
 
<tr valign="middle">
17
 
<td><a accesskey="p" href="libfm-fm-icon-pixbuf.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
 
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
 
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
 
<th width="100%" align="center">libfm Reference Manual</th>
21
 
<td><a accesskey="n" href="libfm-fm-app-chooser-combo-box.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
 
</tr>
23
 
<tr><td colspan="5" class="shortcuts">
24
 
<a href="#libfm-fm-progress-dlg.synopsis" class="shortcut">Top</a>
25
 
                   | 
26
 
                  <a href="#libfm-fm-progress-dlg.description" class="shortcut">Description</a>
27
 
</td></tr>
28
 
</table>
29
 
<div class="refentry" title="fm-progress-dlg">
30
 
<a name="libfm-fm-progress-dlg"></a><div class="titlepage"></div>
31
 
<div class="refnamediv"><table width="100%"><tr>
32
 
<td valign="top">
33
 
<h2><span class="refentrytitle"><a name="libfm-fm-progress-dlg.top_of_page"></a>fm-progress-dlg</span></h2>
34
 
<p>fm-progress-dlg</p>
35
 
</td>
36
 
<td valign="top" align="right"></td>
37
 
</tr></table></div>
38
 
<div class="refsynopsisdiv" title="Synopsis">
39
 
<a name="libfm-fm-progress-dlg.synopsis"></a><h2>Synopsis</h2>
40
 
<pre class="synopsis">                    <a class="link" href="libfm-fm-progress-dlg.html#FmProgressDisplay" title="FmProgressDisplay">FmProgressDisplay</a>;
41
 
<a class="link" href="libfm-fm-progress-dlg.html#FmProgressDisplay" title="FmProgressDisplay"><span class="returnvalue">FmProgressDisplay</span></a>*  <a class="link" href="libfm-fm-progress-dlg.html#fm-file-ops-job-run-with-progress" title="fm_file_ops_job_run_with_progress ()">fm_file_ops_job_run_with_progress</a>   (<em class="parameter"><code><a class="link" href="FmFileOpsJob.html" title="FmFileOpsJob"><span class="type">FmFileOpsJob</span></a> *job</code></em>);
42
 
</pre>
43
 
</div>
44
 
<div class="refsect1" title="Description">
45
 
<a name="libfm-fm-progress-dlg.description"></a><h2>Description</h2>
46
 
</div>
47
 
<div class="refsect1" title="Details">
48
 
<a name="libfm-fm-progress-dlg.details"></a><h2>Details</h2>
49
 
<div class="refsect2" title="FmProgressDisplay">
50
 
<a name="FmProgressDisplay"></a><h3>FmProgressDisplay</h3>
51
 
<pre class="programlisting">typedef struct _FmProgressDisplay FmProgressDisplay;</pre>
52
 
</div>
53
 
<hr>
54
 
<div class="refsect2" title="fm_file_ops_job_run_with_progress ()">
55
 
<a name="fm-file-ops-job-run-with-progress"></a><h3>fm_file_ops_job_run_with_progress ()</h3>
56
 
<pre class="programlisting"><a class="link" href="libfm-fm-progress-dlg.html#FmProgressDisplay" title="FmProgressDisplay"><span class="returnvalue">FmProgressDisplay</span></a>*  fm_file_ops_job_run_with_progress   (<em class="parameter"><code><a class="link" href="FmFileOpsJob.html" title="FmFileOpsJob"><span class="type">FmFileOpsJob</span></a> *job</code></em>);</pre>
57
 
</div>
58
 
</div>
59
 
</div>
60
 
<div class="footer">
61
 
<hr>
62
 
          Generated by GTK-Doc V1.14</div>
63
 
</body>
64
 
</html>
 
 
b'\\ No newline at end of file'