File: progress.xxml

package info (click to toggle)
igraph 0.10.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,176 kB
  • sloc: ansic: 121,500; cpp: 21,699; xml: 2,734; python: 411; makefile: 147; javascript: 20; sh: 9
file content (38 lines) | stat: -rw-r--r-- 1,143 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY igraph "igraph">
]>

<section id="igraph-Progress">
<title>Progress handlers</title>

<section id="about-progress-handlers">
<!-- doxrox-include about_progress_handlers -->
</section>

<section id="setting-up-progress-handlers"><title>Setting up progress handlers</title>
<!-- doxrox-include igraph_progress_handler_t -->
<!-- doxrox-include igraph_set_progress_handler -->
<!-- doxrox-include igraph_progress_handler_stderr -->
</section>

<section id="invoking-the-progress-handler"><title>Invoking the progress handler</title>
<!-- doxrox-include IGRAPH_PROGRESS -->
<!-- doxrox-include igraph_progress -->
<!-- doxrox-include igraph_progressf -->
</section>

<section id="writing-progress-handlers">
<!-- doxrox-include writing_progress_handlers -->
</section>

<section id="functions-with-progress">
<!-- doxrox-include igraph_functions_with_progress -->
</section>

<section id="progress-and-threads">
<!-- doxrox-include progress_and_threads -->
</section>

</section>