mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +01:00
gparam: Clarify that parameter names must be non-empty
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
13d1697b67
commit
d49393e94d
@ -41,8 +41,8 @@
|
|||||||
*
|
*
|
||||||
* ## Parameter names # {#canonical-parameter-names}
|
* ## Parameter names # {#canonical-parameter-names}
|
||||||
*
|
*
|
||||||
* A property name consists of segments consisting of ASCII letters and
|
* A property name consists of one or more segments consisting of ASCII letters
|
||||||
* digits, separated by either the `-` or `_` character. The first
|
* and digits, separated by either the `-` or `_` character. The first
|
||||||
* character of a property name must be a letter. These are the same rules as
|
* character of a property name must be a letter. These are the same rules as
|
||||||
* for signal naming (see g_signal_new()).
|
* for signal naming (see g_signal_new()).
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user