~ubuntu-branches/ubuntu/oneiric/eog/oneiric-proposed

« back to all changes in this revision

Viewing changes to doc/reference/html/EogDialog.html

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-09-20 10:48:32 UTC
  • mfrom: (1.14.22 upstream)
  • Revision ID: package-import@ubuntu.com-20110920104832-wihbvvomt8ea29hc
Tags: 3.1.92-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="User Interface">
9
9
<link rel="prev" href="EogExifDetails.html" title="EogExifDetails">
10
10
<link rel="next" href="EogSidebar.html" title="EogSidebar">
11
 
<meta name="generator" content="GTK-Doc V1.17.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
43
43
<a name="EogDialog.synopsis"></a><h2>Synopsis</h2>
44
44
<pre class="synopsis">struct              <a class="link" href="EogDialog.html#EogDialog-struct" title="struct EogDialog">EogDialog</a>;
45
45
<span class="returnvalue">void</span>                <a class="link" href="EogDialog.html#eog-dialog-construct" title="eog_dialog_construct ()">eog_dialog_construct</a>                (<em class="parameter"><code><a class="link" href="EogDialog.html" title="EogDialog"><span class="type">EogDialog</span></a> *dialog</code></em>,
46
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *ui_file</code></em>,
47
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *dlg_node</code></em>);
 
46
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *ui_file</code></em>,
 
47
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dlg_node</code></em>);
48
48
<span class="returnvalue">void</span>                <a class="link" href="EogDialog.html#eog-dialog-show" title="eog_dialog_show ()">eog_dialog_show</a>                     (<em class="parameter"><code><a class="link" href="EogDialog.html" title="EogDialog"><span class="type">EogDialog</span></a> *dialog</code></em>);
49
49
<span class="returnvalue">void</span>                <a class="link" href="EogDialog.html#eog-dialog-hide" title="eog_dialog_hide ()">eog_dialog_hide</a>                     (<em class="parameter"><code><a class="link" href="EogDialog.html" title="EogDialog"><span class="type">EogDialog</span></a> *dialog</code></em>);
50
50
<span class="returnvalue">void</span>                <a class="link" href="EogDialog.html#eog-dialog-get-controls" title="eog_dialog_get_controls ()">eog_dialog_get_controls</a>             (<em class="parameter"><code><a class="link" href="EogDialog.html" title="EogDialog"><span class="type">EogDialog</span></a> *dialog</code></em>,
51
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *property_id</code></em>,
 
51
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_id</code></em>,
52
52
                                                         <em class="parameter"><code>...</code></em>);
53
53
</pre>
54
54
</div>
55
55
<div class="refsect1">
56
56
<a name="EogDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
57
57
<pre class="synopsis">
58
 
  GObject
 
58
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
59
59
   +----EogDialog
60
60
         +----<a class="link" href="EogPreferencesDialog.html" title="EogPreferencesDialog">EogPreferencesDialog</a>
61
61
         +----<a class="link" href="eog-eog-properties-dialog.html#EogPropertiesDialog">EogPropertiesDialog</a>
84
84
<div class="refsect2">
85
85
<a name="eog-dialog-construct"></a><h3>eog_dialog_construct ()</h3>
86
86
<pre class="programlisting"><span class="returnvalue">void</span>                eog_dialog_construct                (<em class="parameter"><code><a class="link" href="EogDialog.html" title="EogDialog"><span class="type">EogDialog</span></a> *dialog</code></em>,
87
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *ui_file</code></em>,
88
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *dlg_node</code></em>);</pre>
 
87
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *ui_file</code></em>,
 
88
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *dlg_node</code></em>);</pre>
89
89
<p>
90
90
</p>
91
91
</div>
107
107
<div class="refsect2">
108
108
<a name="eog-dialog-get-controls"></a><h3>eog_dialog_get_controls ()</h3>
109
109
<pre class="programlisting"><span class="returnvalue">void</span>                eog_dialog_get_controls             (<em class="parameter"><code><a class="link" href="EogDialog.html" title="EogDialog"><span class="type">EogDialog</span></a> *dialog</code></em>,
110
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *property_id</code></em>,
 
110
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *property_id</code></em>,
111
111
                                                         <em class="parameter"><code>...</code></em>);</pre>
112
112
<p>
113
113
</p>
124
124
</div>
125
125
<div class="footer">
126
126
<hr>
127
 
          Generated by GTK-Doc V1.17.1</div>
 
127
          Generated by GTK-Doc V1.18</div>
128
128
</body>
129
129
</html>
 
 
b'\\ No newline at end of file'