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:
Daniel Boles 2017-09-06 21:44:25 +01:00
parent 052f134528
commit b1b00517cf

View File

@ -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.