mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 23:43:39 +02:00
Move all docs out-of-line. Boy, what a waste of time.
2003-02-07 Matthias Clasen <maclas@gmx.de> * gobject/tmpl/gtypemodule.sgml: * gobject/tmpl/gtype.sgml: * gobject/tmpl/gclosure.sgml: * gobject/tmpl/param_value_types.sgml: * gobject/tmpl/gparamspec.sgml: * gobject/tmpl/objects.sgml: * gobject/tmpl/signals.sgml: Move all docs out-of-line. Boy, what a waste of time.
This commit is contained in:
committed by
Matthias Clasen
parent
fa21b512d5
commit
280a213b09
@@ -311,15 +311,26 @@ if @value1 is found to be less than, equal to or greater than @value2, respectiv
|
||||
|
||||
<!-- ##### FUNCTION g_param_spec_internal ##### -->
|
||||
<para>
|
||||
|
||||
Creates a new #GParamSpec instance.
|
||||
</para>
|
||||
<para>
|
||||
A property name consists of segments consisting of ASCII letters and
|
||||
digits, separated by either the '-' or '_' character. The first
|
||||
character of a property name must be a letter. Names which violate these
|
||||
rules lead to undefined behaviour.
|
||||
</para>
|
||||
<para>
|
||||
When creating and looking up a #GParamSpec, either separator can be used,
|
||||
but they cannot be mixed. Using '-' is considerably more efficient and in
|
||||
fact required when using property names as detail strings for signals.
|
||||
</para>
|
||||
|
||||
@param_type:
|
||||
@name:
|
||||
@nick:
|
||||
@blurb:
|
||||
@flags:
|
||||
@Returns:
|
||||
@param_type: the #GType for the property; must be derived from #G_TYPE_PARAM
|
||||
@name: the canonical name of the property
|
||||
@nick: the nickname of the property
|
||||
@blurb: a short description of the property
|
||||
@flags: a combination of #GParamFlags
|
||||
@Returns: a newly allocated #GParamSpec instance
|
||||
|
||||
|
||||
<!-- ##### STRUCT GParamSpecTypeInfo ##### -->
|
||||
|
Reference in New Issue
Block a user