File: prelude.sgml

package info (click to toggle)
libprelude 0.9.7.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 15,112 kB
  • ctags: 14,426
  • sloc: ansic: 131,701; xml: 27,964; sh: 9,465; makefile: 390; awk: 342; yacc: 207; lex: 141; python: 9; perl: 2
file content (77 lines) | stat: -rw-r--r-- 1,065 bytes parent folder | download
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!-- ##### SECTION Title ##### -->
prelude

<!-- ##### SECTION Short_Description ##### -->

Initializing the library

<!-- ##### SECTION Long_Description ##### -->
<para>

Before any operation are done using the prelude library, the user first need 
to initialize it using the prelude_init() function.

<programlisting>
int ret;

ret = prelude_init(&amp;argc, argv);
if ( ret &lt; 0 ) {
        prelude_perror(ret, "unable to initialize the prelude library");
        return -1;
}
</programlisting>

</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### MACRO LIBPRELUDE_VERSION ##### -->
<para>

</para>



<!-- ##### FUNCTION prelude_init ##### -->
<para>

</para>

@argc: 
@argv: 
@Returns: 


<!-- ##### FUNCTION prelude_deinit ##### -->
<para>

</para>



<!-- ##### FUNCTION prelude_check_version ##### -->
<para>

</para>

@req_version: 
@Returns: 
<!-- # Unused Parameters # -->
@rq_version: 


<!-- ##### FUNCTION prelude_thread_init ##### -->
<para>

</para>

@future_use: 
@Returns: