mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02: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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user