Release 0.0.3
[profile/ivi/gsignond.git] / docs / html / gsignond-Database-configuration.html
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>Database configuration</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7 <link rel="home" href="index.html" title="gsignond API Reference Manual">
8 <link rel="up" href="ch02.html" title="GSignond configuration">
9 <link rel="prev" href="gsignond-General-configuration.html" title="General configuration">
10 <link rel="next" href="gsignond-DBus-configuration.html" title="DBus configuration">
11 <meta name="generator" content="GTK-Doc V1.19.1 (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="10"><tr valign="middle">
16 <td width="100%" align="left">
17 <a href="#" class="shortcut">Top</a>
18                    | 
19                   <a href="#gsignond-Database-configuration.description" class="shortcut">Description</a>
20 </td>
21 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22 <td><a accesskey="u" href="ch02.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
23 <td><a accesskey="p" href="gsignond-General-configuration.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
24 <td><a accesskey="n" href="gsignond-DBus-configuration.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
25 </tr></table>
26 <div class="refentry">
27 <a name="gsignond-Database-configuration"></a><div class="titlepage"></div>
28 <div class="refnamediv"><table width="100%"><tr>
29 <td valign="top">
30 <h2><span class="refentrytitle"><a name="gsignond-Database-configuration.top_of_page"></a>Database configuration</span></h2>
31 <p>Database configuration — gSSO database configuration keys</p>
32 </td>
33 <td valign="top" align="right"></td>
34 </tr></table></div>
35 <div class="refsynopsisdiv">
36 <a name="gsignond-Database-configuration.synopsis"></a><h2>Synopsis</h2>
37 <pre class="synopsis">
38 #include &lt;gsignond/gsignond-config.h&gt;
39
40 #define             <a class="link" href="gsignond-Database-configuration.html#GSIGNOND-CONFIG-DB-METADATA-DB-FILENAME:CAPS" title="GSIGNOND_CONFIG_DB_METADATA_DB_FILENAME">GSIGNOND_CONFIG_DB_METADATA_DB_FILENAME</a>
41 #define             <a class="link" href="gsignond-Database-configuration.html#GSIGNOND-CONFIG-DB-SECRET-DB-FILENAME:CAPS" title="GSIGNOND_CONFIG_DB_SECRET_DB_FILENAME">GSIGNOND_CONFIG_DB_SECRET_DB_FILENAME</a>
42 #define             <a class="link" href="gsignond-Database-configuration.html#GSIGNOND-CONFIG-DB-SSO:CAPS" title="GSIGNOND_CONFIG_DB_SSO">GSIGNOND_CONFIG_DB_SSO</a>
43 </pre>
44 </div>
45 <div class="refsect1">
46 <a name="gsignond-Database-configuration.description"></a><h2>Description</h2>
47 <p>
48 Database configuration keys are defined below. See <a class="link" href="GSignondConfig.html" title="GSignondConfig"><span class="type">GSignondConfig</span></a> for how to use them.
49 </p>
50 </div>
51 <div class="refsect1">
52 <a name="gsignond-Database-configuration.details"></a><h2>Details</h2>
53 <div class="refsect2">
54 <a name="GSIGNOND-CONFIG-DB-METADATA-DB-FILENAME:CAPS"></a><h3>GSIGNOND_CONFIG_DB_METADATA_DB_FILENAME</h3>
55 <pre class="programlisting">#define             GSIGNOND_CONFIG_DB_METADATA_DB_FILENAME</pre>
56 <p>
57 The filename of the metadata database.
58 </p>
59 <p>
60 Default value: "metadata.db".
61 </p>
62 </div>
63 <hr>
64 <div class="refsect2">
65 <a name="GSIGNOND-CONFIG-DB-SECRET-DB-FILENAME:CAPS"></a><h3>GSIGNOND_CONFIG_DB_SECRET_DB_FILENAME</h3>
66 <pre class="programlisting">#define             GSIGNOND_CONFIG_DB_SECRET_DB_FILENAME</pre>
67 <p>
68 The filename of the credentials database.
69 </p>
70 <p>
71 Default value: "secret.db".
72 </p>
73 </div>
74 <hr>
75 <div class="refsect2">
76 <a name="GSIGNOND-CONFIG-DB-SSO:CAPS"></a><h3>GSIGNOND_CONFIG_DB_SSO</h3>
77 <pre class="programlisting">#define GSIGNOND_CONFIG_DB_SSO                  "Storage"
78 </pre>
79 <p>
80 A prefix for database keys. Should be used only when defining new keys.
81 </p>
82 </div>
83 </div>
84 </div>
85 <div class="footer">
86 <hr>
87           Generated by GTK-Doc V1.19.1</div>
88 </body>
89 </html>