mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
GApplication: Fix required # of elements in docs
The reality, as shown by our tests, is that only 2 elements are needed.
This commit is contained in:
parent
052f134528
commit
b1b00517cf
@ -1567,7 +1567,7 @@ g_application_class_init (GApplicationClass *class)
|
||||
* "[A-Z][a-z][0-9]_-." and must not begin with a digit.
|
||||
*
|
||||
* - Application identifiers must contain at least one '.' (period)
|
||||
* character (and thus at least three elements).
|
||||
* character (and thus at least two elements).
|
||||
*
|
||||
* - Application identifiers must not begin or end with a '.' (period)
|
||||
* character.
|
||||
|
Loading…
Reference in New Issue
Block a user