~ubuntu-branches/ubuntu/trusty/libgweather/trusty-updates

« back to all changes in this revision

Viewing changes to doc/tmpl/gweather-gconf.sgml

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-05-27 11:58:15 UTC
  • mfrom: (13.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20130527115815-l51yffuy20gbv9q0
Tags: 3.8.0-1ubuntu1
* Sync with Debian (LP: #1184168). Remaining changes: 
  - debian/control.in, debian/rules:
    + Run autoreconf
  - debian/rules:
    + Generate POT files on build
  - debian/patches/01_gettext_not_xml.patch: 
    + using gettext rather than add translations to the xml databases
  - debian/patches/02_no_external_gettext.patch:
    + Can't have both IT_PROG_INTLTOOL and AM_GNU_GETTEXT

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
gweather-gconf
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
 
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
 
10
 
</para>
11
 
 
12
 
<!-- ##### SECTION See_Also ##### -->
13
 
<para>
14
 
 
15
 
</para>
16
 
 
17
 
<!-- ##### SECTION Stability_Level ##### -->
18
 
 
19
 
 
20
 
<!-- ##### SECTION Image ##### -->
21
 
 
22
 
 
23
 
<!-- ##### STRUCT GWeatherGConf ##### -->
24
 
<para>
25
 
 
26
 
</para>
27
 
 
28
 
 
29
 
<!-- ##### FUNCTION gweather_gconf_new ##### -->
30
 
<para>
31
 
 
32
 
</para>
33
 
 
34
 
@prefix: 
35
 
@Returns: 
36
 
 
37
 
 
38
 
<!-- ##### FUNCTION gweather_gconf_free ##### -->
39
 
<para>
40
 
 
41
 
</para>
42
 
 
43
 
@ctx: 
44
 
 
45
 
 
46
 
<!-- ##### FUNCTION gweather_gconf_get_client ##### -->
47
 
<para>
48
 
 
49
 
</para>
50
 
 
51
 
@ctx: 
52
 
@Returns: 
53
 
 
54
 
 
55
 
<!-- ##### FUNCTION gweather_gconf_get_location ##### -->
56
 
<para>
57
 
 
58
 
</para>
59
 
 
60
 
@ctx: 
61
 
@Returns: 
62
 
 
63
 
 
64
 
<!-- ##### FUNCTION gweather_gconf_get_full_key ##### -->
65
 
<para>
66
 
 
67
 
</para>
68
 
 
69
 
@ctx: 
70
 
@key: 
71
 
@Returns: 
72
 
 
73
 
 
74
 
<!-- ##### FUNCTION gweather_gconf_set_bool ##### -->
75
 
<para>
76
 
 
77
 
</para>
78
 
 
79
 
@ctx: 
80
 
@key: 
81
 
@the_bool: 
82
 
@opt_error: 
83
 
 
84
 
 
85
 
<!-- ##### FUNCTION gweather_gconf_set_int ##### -->
86
 
<para>
87
 
 
88
 
</para>
89
 
 
90
 
@ctx: 
91
 
@key: 
92
 
@the_int: 
93
 
@opt_error: 
94
 
 
95
 
 
96
 
<!-- ##### FUNCTION gweather_gconf_set_string ##### -->
97
 
<para>
98
 
 
99
 
</para>
100
 
 
101
 
@ctx: 
102
 
@key: 
103
 
@the_string: 
104
 
@opt_error: 
105
 
 
106
 
 
107
 
<!-- ##### FUNCTION gweather_gconf_get_bool ##### -->
108
 
<para>
109
 
 
110
 
</para>
111
 
 
112
 
@ctx: 
113
 
@key: 
114
 
@opt_error: 
115
 
@Returns: 
116
 
 
117
 
 
118
 
<!-- ##### FUNCTION gweather_gconf_get_int ##### -->
119
 
<para>
120
 
 
121
 
</para>
122
 
 
123
 
@ctx: 
124
 
@key: 
125
 
@opt_error: 
126
 
@Returns: 
127
 
 
128
 
 
129
 
<!-- ##### FUNCTION gweather_gconf_get_string ##### -->
130
 
<para>
131
 
 
132
 
</para>
133
 
 
134
 
@ctx: 
135
 
@key: 
136
 
@opt_error: 
137
 
@Returns: 
138
 
 
139