Update to version 2.33.1
[profile/ivi/glib2.git] / docs / reference / gio / html / GMountOperation.html
index 83ac06d..ec87101 100644 (file)
 </tr></table></div>
 <div class="refsynopsisdiv">
 <a name="GMountOperation.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis">
+<a name="GAskPasswordFlags"></a><pre class="synopsis">
 #include &lt;gio/gio.h&gt;
 
-enum                <a class="link" href="GMountOperation.html#GAskPasswordFlags" title="enum GAskPasswordFlags">GAskPasswordFlags</a>;
+enum                <a class="link" href="GMountOperation.html#GAskPasswordFlags-enum" title="enum GAskPasswordFlags">GAskPasswordFlags</a>;
 enum                <a class="link" href="GMountOperation.html#GPasswordSave" title="enum GPasswordSave">GPasswordSave</a>;
                     <a class="link" href="GMountOperation.html#GMountOperation-struct" title="GMountOperation">GMountOperation</a>;
 enum                <a class="link" href="GMountOperation.html#GMountOperationResult" title="enum GMountOperationResult">GMountOperationResult</a>;
@@ -76,6 +76,10 @@ const <span class="returnvalue">char</span> *        <a class="link" href="GMoun
 <div class="refsect1">
 <a name="GMountOperation.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
+  GFlags
+   +----GAskPasswordFlags
+</pre>
+<pre class="synopsis">
   <a href="./../gobject/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
    +----GMountOperation
 </pre>
@@ -118,7 +122,7 @@ objects – for example it is also used in <a class="link" href="GDrive.html#g-d
 <p>
 Users should instantiate a subclass of this that implements all the
 various callbacks to show the required dialogs, such as
-<a href="http://library.gnome.org/devel/gtk/gtk3-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a>. If no user interaction is desired (for example
+<a href="http://developer.gnome.org/devel/gtk/gtk3-Filesystem-utilities.html#GtkMountOperation"><span class="type">GtkMountOperation</span></a>. If no user interaction is desired (for example
 when automounting filesystems at login time), usually <a href="./../glib/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> can be
 passed, see each method taking a <a class="link" href="GMountOperation.html" title="GMountOperation"><span class="type">GMountOperation</span></a> for details.
 </p>
@@ -126,7 +130,7 @@ passed, see each method taking a <a class="link" href="GMountOperation.html" tit
 <div class="refsect1">
 <a name="GMountOperation.details"></a><h2>Details</h2>
 <div class="refsect2">
-<a name="GAskPasswordFlags"></a><h3>enum GAskPasswordFlags</h3>
+<a name="GAskPasswordFlags-enum"></a><h3>enum GAskPasswordFlags</h3>
 <pre class="programlisting">typedef enum {
   G_ASK_PASSWORD_NEED_PASSWORD       = (1 &lt;&lt; 0),
   G_ASK_PASSWORD_NEED_USERNAME       = (1 &lt;&lt; 1),
@@ -136,7 +140,7 @@ passed, see each method taking a <a class="link" href="GMountOperation.html" tit
 } GAskPasswordFlags;
 </pre>
 <p>
-<a class="link" href="GMountOperation.html#GAskPasswordFlags" title="enum GAskPasswordFlags"><span class="type">GAskPasswordFlags</span></a> are used to request specific information from the
+<a class="link" href="GMountOperation.html#GAskPasswordFlags"><span class="type">GAskPasswordFlags</span></a> are used to request specific information from the
 user, or to notify the user of their choices in an authentication
 situation.
 </p>
@@ -645,7 +649,7 @@ by dismissing open password dialogs.
                                                         <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>            *message,
                                                         <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>            *default_user,
                                                         <a href="./../glib/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>            *default_domain,
-                                                        <a class="link" href="GMountOperation.html#GAskPasswordFlags" title="enum GAskPasswordFlags"><span class="type">GAskPasswordFlags</span></a> flags,
+                                                        <a class="link" href="GMountOperation.html#GAskPasswordFlags"><span class="type">GAskPasswordFlags</span></a> flags,
                                                         <a href="./../glib/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>          user_data)           : <a href="./../gobject/gobject/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 <p>
 Emitted when a mount operation asks the user for a password.
@@ -653,7 +657,7 @@ Emitted when a mount operation asks the user for a password.
 <p>
 If the message contains a line break, the first line should be
 presented as a heading. For example, it may be used as the
-primary text in a <a href="http://library.gnome.org/devel/gtk/GtkMessageDialog.html"><span class="type">GtkMessageDialog</span></a>.
+primary text in a <a href="http://developer.gnome.org/devel/gtk/GtkMessageDialog.html"><span class="type">GtkMessageDialog</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -676,7 +680,7 @@ primary text in a <a href="http://library.gnome.org/devel/gtk/GtkMessageDialog.h
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
-<td>a set of <a class="link" href="GMountOperation.html#GAskPasswordFlags" title="enum GAskPasswordFlags"><span class="type">GAskPasswordFlags</span></a>.</td>
+<td>a set of <a class="link" href="GMountOperation.html#GAskPasswordFlags"><span class="type">GAskPasswordFlags</span></a>.</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
@@ -699,7 +703,7 @@ choices for the user to choose from.
 <p>
 If the message contains a line break, the first line should be
 presented as a heading. For example, it may be used as the
-primary text in a <a href="http://library.gnome.org/devel/gtk/GtkMessageDialog.html"><span class="type">GtkMessageDialog</span></a>.
+primary text in a <a href="http://developer.gnome.org/devel/gtk/GtkMessageDialog.html"><span class="type">GtkMessageDialog</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -772,7 +776,7 @@ the user made).
 <p>
 If the message contains a line break, the first line should be
 presented as a heading. For example, it may be used as the
-primary text in a <a href="http://library.gnome.org/devel/gtk/GtkMessageDialog.html"><span class="type">GtkMessageDialog</span></a>.
+primary text in a <a href="http://developer.gnome.org/devel/gtk/GtkMessageDialog.html"><span class="type">GtkMessageDialog</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">