mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Merge branch 'gobject_fix_links_to_param_name_rules' into 'main'
gobject: fix broken links to parameters and signals naming rules See merge request GNOME/glib!4083
This commit is contained in:
commit
dc24e78286
@ -1020,7 +1020,7 @@ g_object_do_class_init (GObjectClass *class)
|
||||
* ]|
|
||||
*
|
||||
* It is important to note that you must use
|
||||
* [canonical parameter names][canonical-parameter-names] as
|
||||
* [canonical parameter names][class@GObject.ParamSpec#parameter-names] as
|
||||
* detail strings for the notify signal.
|
||||
*/
|
||||
gobject_signals[NOTIFY] =
|
||||
|
@ -389,8 +389,8 @@ is_canonical (const gchar *key)
|
||||
* dynamically-generated properties which need to be validated at run-time
|
||||
* before actually trying to create them.
|
||||
*
|
||||
* See [canonical parameter names][canonical-parameter-names] for details of
|
||||
* the rules for valid names.
|
||||
* See [canonical parameter names][class@GObject.ParamSpec#parameter-names]
|
||||
* for details of the rules for valid names.
|
||||
*
|
||||
* Returns: %TRUE if @name is a valid property name, %FALSE otherwise.
|
||||
* Since: 2.66
|
||||
@ -429,9 +429,9 @@ g_param_spec_is_valid_name (const gchar *name)
|
||||
*
|
||||
* Creates a new #GParamSpec instance.
|
||||
*
|
||||
* See [canonical parameter names][canonical-parameter-names] for details of
|
||||
* the rules for @name. Names which violate these rules lead to undefined
|
||||
* behaviour.
|
||||
* See [canonical parameter names][class@GObject.ParamSpec#parameter-names]
|
||||
* for details of the rules for @name. Names which violate these rules lead
|
||||
* to undefined behaviour.
|
||||
*
|
||||
* Beyond the name, #GParamSpecs have two more descriptive strings, the
|
||||
* @nick and @blurb, which may be used as a localized label and description.
|
||||
|
@ -283,9 +283,8 @@ is_canonical (const gchar *key)
|
||||
* Validate a signal name. This can be useful for dynamically-generated signals
|
||||
* which need to be validated at run-time before actually trying to create them.
|
||||
*
|
||||
* See [canonical parameter names][canonical-parameter-names] for details of
|
||||
* the rules for valid names. The rules for signal names are the same as those
|
||||
* for property names.
|
||||
* See [func@GObject.signal_new] for details of the rules for valid names.
|
||||
* The rules for signal names are the same as those for property names.
|
||||
*
|
||||
* Returns: %TRUE if @name is a valid signal name, %FALSE otherwise.
|
||||
* Since: 2.66
|
||||
|
Loading…
Reference in New Issue
Block a user