[folks/wip/ricotz/vala] edfs: Use required accessibility for UrlTypeMapping




commit db1de866217d98f6b25edc92ca54d82c4dc082a8
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sat Nov 6 19:21:33 2021 +0100

    edfs: Use required accessibility for UrlTypeMapping
    
    The internal constant "_url_properties" is using this type.

 backends/eds/lib/edsf-persona.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/backends/eds/lib/edsf-persona.vala b/backends/eds/lib/edsf-persona.vala
index ee7bec6e..4369d558 100644
--- a/backends/eds/lib/edsf-persona.vala
+++ b/backends/eds/lib/edsf-persona.vala
@@ -98,7 +98,7 @@ public class Edsf.Persona : Folks.Persona,
    * than the X-URIS field. Here are mappings between the custom vCard field
    * names which EDS uses, and the TYPE values which folks uses which map to
    * them. */
-  private struct UrlTypeMapping
+  internal struct UrlTypeMapping
     {
       unowned string vcard_field_name;
       unowned string folks_type;


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