[libdmapsharing] Use dashes in properties: revision-number and auth-method



commit c3dca7a55bd1cca15e88898827faa27aa7d71bbc
Author: W. Michael Petullo <mike flyn org>
Date:   Wed Mar 21 23:14:22 2018 -0400

    Use dashes in properties: revision-number and auth-method
    
    Signed-off-by: W. Michael Petullo <mike flyn org>

 libdmapsharing/dmap-share.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libdmapsharing/dmap-share.c b/libdmapsharing/dmap-share.c
index 22f62c2..02d4942 100644
--- a/libdmapsharing/dmap-share.c
+++ b/libdmapsharing/dmap-share.c
@@ -649,7 +649,7 @@ dmap_share_class_init (DmapShareClass * klass)
 
        g_object_class_install_property (object_class,
                                         PROP_REVISION_NUMBER,
-                                        g_param_spec_uint ("revision_number",
+                                        g_param_spec_uint ("revision-number",
                                                            "Revision number",
                                                            "Revision number",
                                                            0,
@@ -659,7 +659,7 @@ dmap_share_class_init (DmapShareClass * klass)
 
        g_object_class_install_property (object_class,
                                         PROP_AUTH_METHOD,
-                                        g_param_spec_uint ("auth_method",
+                                        g_param_spec_uint ("auth-method",
                                                            "Authentication method",
                                                            "Authentication method",
                                                            DMAP_SHARE_AUTH_METHOD_NONE,


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