[glib/glib-2-52] GApplication: Fix required # of elements in docs



commit 5feccd928d9db0cb148244d719e82a63cd5b1a9b
Author: Daniel Boles <dboles src gnome org>
Date:   Wed Sep 6 21:44:25 2017 +0100

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index e068aef..bcda59d 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -1547,7 +1547,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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]