From b1b00517cf7a19911c4bc66697a26df6d03b41aa Mon Sep 17 00:00:00 2001 From: Daniel Boles Date: Wed, 6 Sep 2017 21:44:25 +0100 Subject: [PATCH] GApplication: Fix required # of elements in docs The reality, as shown by our tests, is that only 2 elements are needed. --- gio/gapplication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gapplication.c b/gio/gapplication.c index 500fb782d..0ee6ca6e8 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -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.