New upstream version 3.22.28

This commit is contained in:
Jeremy Bicha
2018-02-15 04:41:25 -05:00
652 changed files with 498643 additions and 49781 deletions

View File

@ -8,7 +8,7 @@
<link rel="up" href="ButtonWidgets.html" title="Buttons and Toggles">
<link rel="prev" href="GtkVolumeButton.html" title="GtkVolumeButton">
<link rel="next" href="GtkModelButton.html" title="GtkModelButton">
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
<meta name="generator" content="GTK-Doc V1.27 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@ -52,7 +52,7 @@
</tr>
<tr>
<td class="function_type">
<a href="../gio/GPermission.html#GPermission-struct"><span class="returnvalue">GPermission</span></a> *
<span class="returnvalue">GPermission</span> *
</td>
<td class="function_name">
<a class="link" href="GtkLockButton.html#gtk-lock-button-get-permission" title="gtk_lock_button_get_permission ()">gtk_lock_button_get_permission</a> <span class="c_punctuation">()</span>
@ -80,37 +80,37 @@
<tbody>
<tr>
<td class="property_type">
<a href="../gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> *</td>
<span class="type">GPermission</span> *</td>
<td class="property_name"><a class="link" href="GtkLockButton.html#GtkLockButton--permission" title="The “permission” property">permission</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<span class="type">gchar</span> *</td>
<td class="property_name"><a class="link" href="GtkLockButton.html#GtkLockButton--text-lock" title="The “text-lock” property">text-lock</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
<tr>
<td class="property_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<span class="type">gchar</span> *</td>
<td class="property_name"><a class="link" href="GtkLockButton.html#GtkLockButton--text-unlock" title="The “text-unlock” property">text-unlock</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
<tr>
<td class="property_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<span class="type">gchar</span> *</td>
<td class="property_name"><a class="link" href="GtkLockButton.html#GtkLockButton--tooltip-lock" title="The “tooltip-lock” property">tooltip-lock</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
<tr>
<td class="property_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<span class="type">gchar</span> *</td>
<td class="property_name"><a class="link" href="GtkLockButton.html#GtkLockButton--tooltip-not-authorized" title="The “tooltip-not-authorized” property">tooltip-not-authorized</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
<tr>
<td class="property_type">
<a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
<span class="type">gchar</span> *</td>
<td class="property_name"><a class="link" href="GtkLockButton.html#GtkLockButton--tooltip-unlock" title="The “tooltip-unlock” property">tooltip-unlock</a></td>
<td class="property_flags">Read / Write / Construct</td>
</tr>
@ -138,8 +138,8 @@
</div>
<div class="refsect1">
<a name="GtkLockButton.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen"> <a href="../gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
<span class="lineart">╰──</span> <a href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
<pre class="screen"> GObject
<span class="lineart">╰──</span> GInitiallyUnowned
<span class="lineart">╰──</span> <a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
<span class="lineart">╰──</span> <a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
<span class="lineart">╰──</span> <a class="link" href="GtkBin.html" title="GtkBin">GtkBin</a>
@ -155,7 +155,7 @@ GtkLockButton implements
</div>
<div class="refsect1">
<a name="GtkLockButton.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;gtk/gtk.h&gt;
<pre class="synopsis">#include &lt;gtk/gtkunixprint.h&gt;
</pre>
</div>
<div class="refsect1">
@ -163,9 +163,9 @@ GtkLockButton implements
<p>GtkLockButton is a widget that can be used in control panels or
preference dialogs to allow users to obtain and revoke authorizations
needed to operate the controls. The required authorization is represented
by a <a href="../gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> object. Concrete implementations of <a href="../gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> may use
by a <span class="type">GPermission</span> object. Concrete implementations of <span class="type">GPermission</span> may use
PolicyKit or some other authorization framework. To obtain a PolicyKit-based
<a href="../gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a>, use <code class="function">polkit_permission_new()</code>.</p>
<span class="type">GPermission</span>, use <code class="function">polkit_permission_new()</code>.</p>
<p>If the user is not currently allowed to perform the action, but can obtain
the permission, the widget looks like this:</p>
<p><span class="inlinemediaobject"><img src="lockbutton-locked.png"></span></p>
@ -188,7 +188,7 @@ with the <a class="link" href="GtkLockButton.html#GtkLockButton--text-lock" titl
<div class="refsect2">
<a name="gtk-lock-button-new"></a><h3>gtk_lock_button_new ()</h3>
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
gtk_lock_button_new (<em class="parameter"><code><a href="../gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> *permission</code></em>);</pre>
gtk_lock_button_new (<em class="parameter"><code><span class="type">GPermission</span> *permission</code></em>);</pre>
<p>Creates a new lock button which reflects the <em class="parameter"><code>permission</code></em>
.</p>
<div class="refsect3">
@ -201,7 +201,7 @@ gtk_lock_button_new (<em class="parameter"><code><a href="../gio/GPermission.htm
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>permission</p></td>
<td class="parameter_description"><p> a <a href="../gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a>. </p></td>
<td class="parameter_description"><p>a <span class="type">GPermission</span>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
</tr></tbody>
</table></div>
@ -215,9 +215,9 @@ gtk_lock_button_new (<em class="parameter"><code><a href="../gio/GPermission.htm
<hr>
<div class="refsect2">
<a name="gtk-lock-button-get-permission"></a><h3>gtk_lock_button_get_permission ()</h3>
<pre class="programlisting"><a href="../gio/GPermission.html#GPermission-struct"><span class="returnvalue">GPermission</span></a> *
<pre class="programlisting"><span class="returnvalue">GPermission</span> *
gtk_lock_button_get_permission (<em class="parameter"><code><a class="link" href="GtkLockButton.html" title="GtkLockButton"><span class="type">GtkLockButton</span></a> *button</code></em>);</pre>
<p>Obtains the <a href="../gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> object that controls <em class="parameter"><code>button</code></em>
<p>Obtains the <span class="type">GPermission</span> object that controls <em class="parameter"><code>button</code></em>
.</p>
<div class="refsect3">
<a name="gtk-lock-button-get-permission.parameters"></a><h4>Parameters</h4>
@ -236,7 +236,7 @@ gtk_lock_button_get_permission (<em class="parameter"><code><a class="link" href
</div>
<div class="refsect3">
<a name="gtk-lock-button-get-permission.returns"></a><h4>Returns</h4>
<p> the <a href="../gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> of <em class="parameter"><code>button</code></em>
<p>the <span class="type">GPermission</span> of <em class="parameter"><code>button</code></em>
. </p>
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
</div>
@ -247,8 +247,8 @@ gtk_lock_button_get_permission (<em class="parameter"><code><a class="link" href
<a name="gtk-lock-button-set-permission"></a><h3>gtk_lock_button_set_permission ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href="GtkLockButton.html" title="GtkLockButton"><span class="type">GtkLockButton</span></a> *button</code></em>,
<em class="parameter"><code><a href="../gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> *permission</code></em>);</pre>
<p>Sets the <a href="../gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> object that controls <em class="parameter"><code>button</code></em>
<em class="parameter"><code><span class="type">GPermission</span> *permission</code></em>);</pre>
<p>Sets the <span class="type">GPermission</span> object that controls <em class="parameter"><code>button</code></em>
.</p>
<div class="refsect3">
<a name="gtk-lock-button-set-permission.parameters"></a><h4>Parameters</h4>
@ -266,7 +266,7 @@ gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href
</tr>
<tr>
<td class="parameter_name"><p>permission</p></td>
<td class="parameter_description"><p> a <a href="../gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> object, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
<td class="parameter_description"><p>a <span class="type">GPermission</span> object, or <code class="literal">NULL</code>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
</tr>
</tbody>
@ -305,14 +305,14 @@ gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href
<a name="GtkLockButton.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GtkLockButton--permission"></a><h3>The <code class="literal">“permission”</code> property</h3>
<pre class="programlisting"> “permission” <a href="../gio/GPermission.html#GPermission-struct"><span class="type">GPermission</span></a> *</pre>
<pre class="programlisting"> “permission” <span class="type">GPermission</span> *</pre>
<p>The GPermission object controlling this button.</p>
<p>Flags: Read / Write</p>
</div>
<hr>
<div class="refsect2">
<a name="GtkLockButton--text-lock"></a><h3>The <code class="literal">“text-lock”</code> property</h3>
<pre class="programlisting"> “text-lock” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<pre class="programlisting"> “text-lock” <span class="type">gchar</span> *</pre>
<p>The text to display when prompting the user to lock.</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: "Lock"</p>
@ -320,7 +320,7 @@ gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href
<hr>
<div class="refsect2">
<a name="GtkLockButton--text-unlock"></a><h3>The <code class="literal">“text-unlock”</code> property</h3>
<pre class="programlisting"> “text-unlock” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<pre class="programlisting"> “text-unlock” <span class="type">gchar</span> *</pre>
<p>The text to display when prompting the user to unlock.</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: "Unlock"</p>
@ -328,7 +328,7 @@ gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href
<hr>
<div class="refsect2">
<a name="GtkLockButton--tooltip-lock"></a><h3>The <code class="literal">“tooltip-lock”</code> property</h3>
<pre class="programlisting"> “tooltip-lock” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<pre class="programlisting"> “tooltip-lock” <span class="type">gchar</span> *</pre>
<p>The tooltip to display when prompting the user to lock.</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: "Dialog is unlocked.\nClick to prevent further changes"</p>
@ -336,7 +336,7 @@ gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href
<hr>
<div class="refsect2">
<a name="GtkLockButton--tooltip-not-authorized"></a><h3>The <code class="literal">“tooltip-not-authorized”</code> property</h3>
<pre class="programlisting"> “tooltip-not-authorized” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<pre class="programlisting"> “tooltip-not-authorized” <span class="type">gchar</span> *</pre>
<p>The tooltip to display when prompting the user cannot obtain authorization.</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: "System policy prevents changes.\nContact your system administrator"</p>
@ -344,7 +344,7 @@ gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href
<hr>
<div class="refsect2">
<a name="GtkLockButton--tooltip-unlock"></a><h3>The <code class="literal">“tooltip-unlock”</code> property</h3>
<pre class="programlisting"> “tooltip-unlock” <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
<pre class="programlisting"> “tooltip-unlock” <span class="type">gchar</span> *</pre>
<p>The tooltip to display when prompting the user to unlock.</p>
<p>Flags: Read / Write / Construct</p>
<p>Default value: "Dialog is locked.\nClick to make changes"</p>
@ -352,6 +352,6 @@ gtk_lock_button_set_permission (<em class="parameter"><code><a class="link" href
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25.1</div>
<hr>Generated by GTK-Doc V1.27</div>
</body>
</html>