Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > e3918135d52936bad0ecc8654eedea12 > files > 229

Falcon-doc-0.9.6.8-1.fc15.noarch.rpm

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" >
<head><meta content="text/html;charset=&amp;quot;utf-8&amp;quot;" http-equiv="Content-type"/><link href="faldoc.css" rel="stylesheet" type="text/css"/><title> - Class GParamSpec</title></head><body class="faldoc"><ul class="navi_top"><li class="top"><a href="index.html">Top: Table of contents</a></li>
         <li class="up"><a href="gtk.html">Up: The Falcon GTK Binding module</a></li>
         <li class="prev"><a href="gtk_GObject.html">Previous: Class GObject</a></li>
         <li class="next"><a href="gtk_GdkBitmap.html">Next: Class GdkBitmap</a></li>
         <li class="clear"></li>
         </ul><div id="page_body"><h1><span class="toc_number">10.2</span>Class GParamSpec</h1><p class="brief">Metadata for parameter specifications </p>
         <pre class="prototype">Class GParamSpec</pre>
         <p>GParamSpec is an object structure that encapsulates the metadata required to specify parameters, such as e.g. GObject properties. </p>
<p>Parameter names need to start with a letter (a-z or A-Z). Subsequent characters can be letters, numbers or a '-'. All other characters are replaced by a '-' during construction. The result of this replacement is called the canonical name of the parameter. </p>
<table class="members">
         <tbody><tr class="member_type"><td class="member_type" colspan="2">Properties</td></tr>
               <tr><td><a href="#GParamFlags">GParamFlags</a></td><td> flags for this parameter </td></tr>
               <tr><td><a href="#GType">GType</a></td><td> type that uses (introduces) this paremeter </td></tr>
               <tr><td><a href="#name">name</a></td><td> name of this parameter </td></tr>
               <tr><td><a href="#the">the</a></td><td> GValue type for this parameter </td></tr>
               </tbody>
            </table>
         <h2>Properties</h2><h3><a name="GParamFlags">GParamFlags</a></h3><p class="brief"> flags for this parameter </p>
         <p> flags for this parameter </p>
<h3><a name="GType">GType</a></h3><p class="brief"> type that uses (introduces) this paremeter </p>
         <p> type that uses (introduces) this paremeter </p>
<h3><a name="name">name</a></h3><p class="brief"> name of this parameter </p>
         <p> name of this parameter </p>
<h3><a name="the">the</a></h3><p class="brief"> GValue type for this parameter </p>
         <p> GValue type for this parameter </p>
</div><ul class="navi_bottom"><li class="top"><a href="index.html">Top: Table of contents</a></li>
         <li class="up"><a href="gtk.html">Up: The Falcon GTK Binding module</a></li>
         <li class="prev"><a href="gtk_GObject.html">Previous: Class GObject</a></li>
         <li class="next"><a href="gtk_GdkBitmap.html">Next: Class GdkBitmap</a></li>
         <li class="clear"></li>
         </ul><div class="signature">Made with <a href="faldoc 3.0">http://www.falconpl.org</a></div></body></html>