~ubuntu-branches/ubuntu/jaunty/goffice/jaunty-updates

« back to all changes in this revision

Viewing changes to docs/reference/html/goffice-06-go-cmd-context.html

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-02-16 18:20:31 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216182031-qpnfx8ihozyfd1lz
Tags: 0.6.6-1ubuntu1
* Merge from debian unstable, remaining changes:
  - call intltool-update -p in debian/rules
  - libgoffice-gtk-0-6 is a transitional package
  - libgoffice-0-6 conflicts with libgoffice-gtk-0-6 (<< 0.6.3-1ubuntu2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch11.html" title="Application">
9
9
<link rel="prev" href="ch11.html" title="Application">
10
10
<link rel="next" href="goffice-06-go-doc-control.html" title="go-doc-control">
11
 
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.10 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="part" href="pt01.html" title="Part I. Graphs">
14
14
<link rel="chapter" href="ch01.html" title="Objects">
36
36
<th width="100%" align="center">Goffice Reference Manual</th>
37
37
<td><a accesskey="n" href="goffice-06-go-doc-control.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
38
38
</tr>
39
 
<tr><td colspan="5" class="shortcuts">
40
 
<a href="#goffice-06-go-cmd-context.synopsis" class="shortcut">Top</a>
41
 
                 | 
42
 
                <a href="#goffice-06-go-cmd-context.description" class="shortcut">Description</a>
43
 
</td></tr>
 
39
<tr><td colspan="5" class="shortcuts"><nobr><a href="#goffice-06-go-cmd-context.synopsis" class="shortcut">Top</a>
 
40
                   | 
 
41
                  <a href="#goffice-06-go-cmd-context.description" class="shortcut">Description</a></nobr></td></tr>
44
42
</table>
45
43
<div class="refentry" lang="en">
46
44
<a name="goffice-06-go-cmd-context"></a><div class="titlepage"></div>
57
55
#define             <a class="link" href="goffice-06-go-cmd-context.html#GO-CMD-CONTEXT-TYPE:CAPS" title="GO_CMD_CONTEXT_TYPE">GO_CMD_CONTEXT_TYPE</a>
58
56
#define             <a class="link" href="goffice-06-go-cmd-context.html#GO-CMD-CONTEXT:CAPS" title="GO_CMD_CONTEXT()">GO_CMD_CONTEXT</a>                      (o)
59
57
#define             <a class="link" href="goffice-06-go-cmd-context.html#IS-GO-CMD-CONTEXT:CAPS" title="IS_GO_CMD_CONTEXT()">IS_GO_CMD_CONTEXT</a>                   (o)
60
 
GType               <a class="link" href="goffice-06-go-cmd-context.html#go-cmd-context-get-type" title="go_cmd_context_get_type ()">go_cmd_context_get_type</a>             (void);
 
58
<a
 
59
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
 
60
>GType</a>               <a class="link" href="goffice-06-go-cmd-context.html#go-cmd-context-get-type" title="go_cmd_context_get_type ()">go_cmd_context_get_type</a>             (void);
61
61
void                <a class="link" href="goffice-06-go-cmd-context.html#go-cmd-context-error" title="go_cmd_context_error ()">go_cmd_context_error</a>                (GOCmdContext *cc,
62
 
                                                         GError *err);
63
 
char *              <a class="link" href="goffice-06-go-cmd-context.html#go-cmd-context-get-password" title="go_cmd_context_get_password ()">go_cmd_context_get_password</a>         (GOCmdContext *cc,
 
62
                                                         <a
 
63
href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"
 
64
>GError</a> *err);
 
65
char*               <a class="link" href="goffice-06-go-cmd-context.html#go-cmd-context-get-password" title="go_cmd_context_get_password ()">go_cmd_context_get_password</a>         (GOCmdContext *cc,
64
66
                                                         char const *fname);
65
67
void                <a class="link" href="goffice-06-go-cmd-context.html#go-cmd-context-set-sensitive" title="go_cmd_context_set_sensitive ()">go_cmd_context_set_sensitive</a>        (GOCmdContext *cc,
66
 
                                                         gboolean flag);
 
68
                                                         <a
 
69
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
70
>gboolean</a> flag);
67
71
void                <a class="link" href="goffice-06-go-cmd-context.html#go-cmd-context-error-system" title="go_cmd_context_error_system ()">go_cmd_context_error_system</a>         (GOCmdContext *cc,
68
72
                                                         char const *msg);
69
73
void                <a class="link" href="goffice-06-go-cmd-context.html#go-cmd-context-error-import" title="go_cmd_context_error_import ()">go_cmd_context_error_import</a>         (GOCmdContext *cc,
75
79
                                                         char const *val);
76
80
void                <a class="link" href="goffice-06-go-cmd-context.html#go-cmd-context-error-info" title="go_cmd_context_error_info ()">go_cmd_context_error_info</a>           (GOCmdContext *cc,
77
81
                                                         ErrorInfo *stack);
78
 
GQuark              <a class="link" href="goffice-06-go-cmd-context.html#go-error-system" title="go_error_system ()">go_error_system</a>                     (void);
79
 
GQuark              <a class="link" href="goffice-06-go-cmd-context.html#go-error-import" title="go_error_import ()">go_error_import</a>                     (void);
80
 
GQuark              <a class="link" href="goffice-06-go-cmd-context.html#go-error-export" title="go_error_export ()">go_error_export</a>                     (void);
81
 
GQuark              <a class="link" href="goffice-06-go-cmd-context.html#go-error-invalid" title="go_error_invalid ()">go_error_invalid</a>                    (void);
 
82
<a
 
83
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
 
84
>GQuark</a>              <a class="link" href="goffice-06-go-cmd-context.html#go-error-system" title="go_error_system ()">go_error_system</a>                     (void);
 
85
<a
 
86
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
 
87
>GQuark</a>              <a class="link" href="goffice-06-go-cmd-context.html#go-error-import" title="go_error_import ()">go_error_import</a>                     (void);
 
88
<a
 
89
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
 
90
>GQuark</a>              <a class="link" href="goffice-06-go-cmd-context.html#go-error-export" title="go_error_export ()">go_error_export</a>                     (void);
 
91
<a
 
92
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
 
93
>GQuark</a>              <a class="link" href="goffice-06-go-cmd-context.html#go-error-invalid" title="go_error_invalid ()">go_error_invalid</a>                    (void);
82
94
</pre>
83
95
</div>
84
96
<div class="refsect1" lang="en">
138
150
<hr>
139
151
<div class="refsect2" lang="en">
140
152
<a name="go-cmd-context-get-type"></a><h3>go_cmd_context_get_type ()</h3>
141
 
<pre class="programlisting">GType               go_cmd_context_get_type             (void);</pre>
 
153
<pre class="programlisting"><a
 
154
href="/usr/share/gtk-doc/html/gobject/gobject-Type-Information.html#GType"
 
155
>GType</a>               go_cmd_context_get_type             (void);</pre>
142
156
<p>
143
157
 
144
158
</p>
157
171
<div class="refsect2" lang="en">
158
172
<a name="go-cmd-context-error"></a><h3>go_cmd_context_error ()</h3>
159
173
<pre class="programlisting">void                go_cmd_context_error                (GOCmdContext *cc,
160
 
                                                         GError *err);</pre>
 
174
                                                         <a
 
175
href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"
 
176
>GError</a> *err);</pre>
161
177
<p>
162
178
 
163
179
</p>
182
198
<hr>
183
199
<div class="refsect2" lang="en">
184
200
<a name="go-cmd-context-get-password"></a><h3>go_cmd_context_get_password ()</h3>
185
 
<pre class="programlisting">char *              go_cmd_context_get_password         (GOCmdContext *cc,
 
201
<pre class="programlisting">char*               go_cmd_context_get_password         (GOCmdContext *cc,
186
202
                                                         char const *fname);</pre>
187
203
<p>
188
204
 
214
230
<div class="refsect2" lang="en">
215
231
<a name="go-cmd-context-set-sensitive"></a><h3>go_cmd_context_set_sensitive ()</h3>
216
232
<pre class="programlisting">void                go_cmd_context_set_sensitive        (GOCmdContext *cc,
217
 
                                                         gboolean flag);</pre>
 
233
                                                         <a
 
234
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
 
235
>gboolean</a> flag);</pre>
218
236
<p>
219
237
 
220
238
</p>
375
393
<hr>
376
394
<div class="refsect2" lang="en">
377
395
<a name="go-error-system"></a><h3>go_error_system ()</h3>
378
 
<pre class="programlisting">GQuark              go_error_system                     (void);</pre>
 
396
<pre class="programlisting"><a
 
397
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
 
398
>GQuark</a>              go_error_system                     (void);</pre>
379
399
<p>
380
400
 
381
401
</p>
393
413
<hr>
394
414
<div class="refsect2" lang="en">
395
415
<a name="go-error-import"></a><h3>go_error_import ()</h3>
396
 
<pre class="programlisting">GQuark              go_error_import                     (void);</pre>
 
416
<pre class="programlisting"><a
 
417
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
 
418
>GQuark</a>              go_error_import                     (void);</pre>
397
419
<p>
398
420
 
399
421
</p>
411
433
<hr>
412
434
<div class="refsect2" lang="en">
413
435
<a name="go-error-export"></a><h3>go_error_export ()</h3>
414
 
<pre class="programlisting">GQuark              go_error_export                     (void);</pre>
 
436
<pre class="programlisting"><a
 
437
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
 
438
>GQuark</a>              go_error_export                     (void);</pre>
415
439
<p>
416
440
 
417
441
</p>
429
453
<hr>
430
454
<div class="refsect2" lang="en">
431
455
<a name="go-error-invalid"></a><h3>go_error_invalid ()</h3>
432
 
<pre class="programlisting">GQuark              go_error_invalid                    (void);</pre>
 
456
<pre class="programlisting"><a
 
457
href="/usr/share/gtk-doc/html/glib/glib-Quarks.html#GQuark"
 
458
>GQuark</a>              go_error_invalid                    (void);</pre>
433
459
<p>
434
460
 
435
461
</p>
448
474
</div>
449
475
<div class="footer">
450
476
<hr>
451
 
          Generated by GTK-Doc V1.11</div>
 
477
          Generated by GTK-Doc V1.10</div>
452
478
</body>
453
479
</html>