rust-libnotify/gobject_sys/struct.GParamSpecClass.html

152 lines
14 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `GParamSpecClass` struct in crate `gobject_sys`.">
<meta name="keywords" content="rust, rustlang, rust-lang, GParamSpecClass">
<title>gobject_sys::GParamSpecClass - Rust</title>
<link rel="stylesheet" type="text/css" href="../normalize.css">
<link rel="stylesheet" type="text/css" href="../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../main.css">
</head>
<body class="rustdoc struct">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'>Struct GParamSpecClass</p><div class="block items"><a class="sidebar-title" href="#fields">Fields</a><div class="sidebar-links"><a href="#structfield.g_type_class">g_type_class</a><a href="#structfield.value_type">value_type</a><a href="#structfield.finalize">finalize</a><a href="#structfield.value_set_default">value_set_default</a><a href="#structfield.value_validate">value_validate</a><a href="#structfield.values_cmp">values_cmp</a><a href="#structfield.dummy">dummy</a></div></div><p class='location'><a href='index.html'>gobject_sys</a></p><script>window.sidebarCurrent = {name: 'GParamSpecClass', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press S to search, ? for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content">
<h1 class='fqn'><span class='in-band'>Struct <a href='index.html'>gobject_sys</a>::<wbr><a class="struct" href=''>GParamSpecClass</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>&#x2212;</span>]
</a>
</span><a class='srclink' href='../src/gobject_sys/lib.rs.html#296-304' title='goto source code'>[src]</a></span></h1>
<pre class='rust struct'><div class="docblock attributes">#[repr(C)]
</div>pub struct GParamSpecClass {
pub g_type_class: <a class="struct" href="../gobject_sys/struct.GTypeClass.html" title="struct gobject_sys::GTypeClass">GTypeClass</a>,
pub value_type: <a class="type" href="../glib_sys/type.GType.html" title="type glib_sys::GType">GType</a>,
pub finalize: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gobject_sys/struct.GParamSpec.html" title="struct gobject_sys::GParamSpec">GParamSpec</a>)&gt;,
pub value_set_default: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gobject_sys/struct.GParamSpec.html" title="struct gobject_sys::GParamSpec">GParamSpec</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gobject_sys/struct.GValue.html" title="struct gobject_sys::GValue">GValue</a>)&gt;,
pub value_validate: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gobject_sys/struct.GParamSpec.html" title="struct gobject_sys::GParamSpec">GParamSpec</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gobject_sys/struct.GValue.html" title="struct gobject_sys::GValue">GValue</a>) -&gt; <a class="type" href="../glib_sys/type.gboolean.html" title="type glib_sys::gboolean">gboolean</a>&gt;,
pub values_cmp: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gobject_sys/struct.GParamSpec.html" title="struct gobject_sys::GParamSpec">GParamSpec</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../gobject_sys/struct.GValue.html" title="struct gobject_sys::GValue">GValue</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../gobject_sys/struct.GValue.html" title="struct gobject_sys::GValue">GValue</a>) -&gt; <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>&gt;,
pub dummy: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a><a class="type" href="../glib_sys/type.gpointer.html" title="type glib_sys::gpointer">gpointer</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 4]</a>,
}</pre><h2 id='fields' class='fields small-section-header'>
Fields<a href='#fields' class='anchor'></a></h2><span id="structfield.g_type_class" class="structfield small-section-header">
<a href="#structfield.g_type_class" class="anchor field"></a>
<span id="g_type_class.v" class='invisible'>
<code>g_type_class: <a class="struct" href="../gobject_sys/struct.GTypeClass.html" title="struct gobject_sys::GTypeClass">GTypeClass</a></code>
</span></span><span id="structfield.value_type" class="structfield small-section-header">
<a href="#structfield.value_type" class="anchor field"></a>
<span id="value_type.v" class='invisible'>
<code>value_type: <a class="type" href="../glib_sys/type.GType.html" title="type glib_sys::GType">GType</a></code>
</span></span><span id="structfield.finalize" class="structfield small-section-header">
<a href="#structfield.finalize" class="anchor field"></a>
<span id="finalize.v" class='invisible'>
<code>finalize: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gobject_sys/struct.GParamSpec.html" title="struct gobject_sys::GParamSpec">GParamSpec</a>)&gt;</code>
</span></span><span id="structfield.value_set_default" class="structfield small-section-header">
<a href="#structfield.value_set_default" class="anchor field"></a>
<span id="value_set_default.v" class='invisible'>
<code>value_set_default: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gobject_sys/struct.GParamSpec.html" title="struct gobject_sys::GParamSpec">GParamSpec</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gobject_sys/struct.GValue.html" title="struct gobject_sys::GValue">GValue</a>)&gt;</code>
</span></span><span id="structfield.value_validate" class="structfield small-section-header">
<a href="#structfield.value_validate" class="anchor field"></a>
<span id="value_validate.v" class='invisible'>
<code>value_validate: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gobject_sys/struct.GParamSpec.html" title="struct gobject_sys::GParamSpec">GParamSpec</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gobject_sys/struct.GValue.html" title="struct gobject_sys::GValue">GValue</a>) -&gt; <a class="type" href="../glib_sys/type.gboolean.html" title="type glib_sys::gboolean">gboolean</a>&gt;</code>
</span></span><span id="structfield.values_cmp" class="structfield small-section-header">
<a href="#structfield.values_cmp" class="anchor field"></a>
<span id="values_cmp.v" class='invisible'>
<code>values_cmp: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;unsafe extern &quot;C&quot; <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.fn.html">fn</a>(_: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*mut </a><a class="struct" href="../gobject_sys/struct.GParamSpec.html" title="struct gobject_sys::GParamSpec">GParamSpec</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../gobject_sys/struct.GValue.html" title="struct gobject_sys::GValue">GValue</a>, _: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.pointer.html">*const </a><a class="struct" href="../gobject_sys/struct.GValue.html" title="struct gobject_sys::GValue">GValue</a>) -&gt; <a class="type" href="../libc/type.c_int.html" title="type libc::c_int">c_int</a>&gt;</code>
</span></span><span id="structfield.dummy" class="structfield small-section-header">
<a href="#structfield.dummy" class="anchor field"></a>
<span id="dummy.v" class='invisible'>
<code>dummy: <a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">[</a><a class="type" href="../glib_sys/type.gpointer.html" title="type glib_sys::gpointer">gpointer</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.array.html">; 4]</a></code>
</span></span></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt></dt>
<dd>Move up in search results</dd>
<dt></dt>
<dd>Move down in search results</dd>
<dt></dt>
<dd>Switch tab</dd>
<dt>&#9166;</dt>
<dd>Go to active search result</dd>
<dt style="width:31px;">+ / -</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../";
window.currentCrate = "gobject_sys";
</script>
<script src="../main.js"></script>
<script defer src="../search-index.js"></script>
</body>
</html>