~ubuntu-branches/ubuntu/hardy/gedit/hardy-proposed

« back to all changes in this revision

Viewing changes to docs/reference/html/GeditPrintJob.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-07-11 14:06:41 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20060711140641-9ale6eu5anm0iftf
Tags: upstream-2.15.4
ImportĀ upstreamĀ versionĀ 2.15.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
<pre class="synopsis">
56
56
 
57
57
  GObject
58
 
   +----<a
59
 
href="../gtksourceview/GtkSourcePrintJob.html"
60
 
>GtkSourcePrintJob</a>
 
58
   +----GtkSourcePrintJob
61
59
         +----GeditPrintJob
62
60
</pre>
63
61
</div>
70
68
<div class="refsect1" lang="en">
71
69
<a name="details"></a><h2>Details</h2>
72
70
<div class="refsect2" lang="en">
73
 
<a name="id2524509"></a><h3>
 
71
<a name="id288095"></a><h3>
74
72
<a name="GEDIT-PRINT-JOB-CONST:CAPS"></a>GEDIT_PRINT_JOB_CONST()</h3>
75
 
<a class="indexterm" name="id2524520"></a><pre class="programlisting">#define GEDIT_PRINT_JOB_CONST(obj)        (G_TYPE_CHECK_INSTANCE_CAST((obj), GEDIT_TYPE_PRINT_JOB, GeditPrintJob const))
 
73
<a class="indexterm" name="id288106"></a><pre class="programlisting">#define GEDIT_PRINT_JOB_CONST(obj)        (G_TYPE_CHECK_INSTANCE_CAST((obj), GEDIT_TYPE_PRINT_JOB, GeditPrintJob const))
76
74
</pre>
77
75
<p>
78
76
 
91
89
</div>
92
90
<hr>
93
91
<div class="refsect2" lang="en">
94
 
<a name="id2550346"></a><h3>
 
92
<a name="id288142"></a><h3>
95
93
<a name="GeditPrintJob-struct"></a>GeditPrintJob</h3>
96
 
<a class="indexterm" name="id2550357"></a><pre class="programlisting">typedef struct _GeditPrintJob GeditPrintJob;</pre>
 
94
<a class="indexterm" name="id323051"></a><pre class="programlisting">typedef struct _GeditPrintJob GeditPrintJob;</pre>
97
95
<p>
98
96
 
99
97
</p>
100
98
</div>
101
99
<hr>
102
100
<div class="refsect2" lang="en">
103
 
<a name="id2550373"></a><h3>
 
101
<a name="id323066"></a><h3>
104
102
<a name="gedit-print-job-new"></a>gedit_print_job_new ()</h3>
105
 
<a class="indexterm" name="id2550386"></a><pre class="programlisting"><a href="GeditPrintJob.html" title="GeditPrintJob">GeditPrintJob</a>* gedit_print_job_new          (<a href="GeditDocument.html" title="GeditDocument">GeditDocument</a> *doc);</pre>
 
103
<a class="indexterm" name="id323078"></a><pre class="programlisting"><a href="GeditPrintJob.html" title="GeditPrintJob">GeditPrintJob</a>* gedit_print_job_new          (<a href="GeditDocument.html" title="GeditDocument">GeditDocument</a> *doc);</pre>
106
104
<p>
107
105
 
108
106
</p>
128
126
</div>
129
127
<hr>
130
128
<div class="refsect2" lang="en">
131
 
<a name="id2550442"></a><h3>
 
129
<a name="id323134"></a><h3>
132
130
<a name="gedit-print-job-save-config"></a>gedit_print_job_save_config ()</h3>
133
 
<a class="indexterm" name="id2550453"></a><pre class="programlisting">void        gedit_print_job_save_config     (<a href="GeditPrintJob.html" title="GeditPrintJob">GeditPrintJob</a> *job);</pre>
 
131
<a class="indexterm" name="id323145"></a><pre class="programlisting">void        gedit_print_job_save_config     (<a href="GeditPrintJob.html" title="GeditPrintJob">GeditPrintJob</a> *job);</pre>
134
132
<p>
135
133
 
136
134
</p>
148
146
</div>
149
147
<hr>
150
148
<div class="refsect2" lang="en">
151
 
<a name="id2550498"></a><h3>
 
149
<a name="id289991"></a><h3>
152
150
<a name="gedit-print-dialog-new"></a>gedit_print_dialog_new ()</h3>
153
 
<a class="indexterm" name="id2568694"></a><pre class="programlisting">GtkWidget*  gedit_print_dialog_new          (<a href="GeditPrintJob.html" title="GeditPrintJob">GeditPrintJob</a> *job);</pre>
 
151
<a class="indexterm" name="id290003"></a><pre class="programlisting">GtkWidget*  gedit_print_dialog_new          (<a href="GeditPrintJob.html" title="GeditPrintJob">GeditPrintJob</a> *job);</pre>
154
152
<p>
155
153
 
156
154
</p>