[devhelp] parser: set correct DhLinkType for signals



commit 567d92de253dc0b902c649466dfa9f965935faec
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun May 7 12:07:07 2017 +0200

    parser: set correct DhLinkType for signals
    
    It looks like a copy/paste error.

 src/dh-parser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dh-parser.c b/src/dh-parser.c
index 3c7884d..73be4db 100644
--- a/src/dh-parser.c
+++ b/src/dh-parser.c
@@ -332,7 +332,7 @@ parser_start_node_keyword (DhParser             *parser,
                         link_type = DH_LINK_TYPE_PROPERTY;
                 }
                 else if (strcmp (type, "signal") == 0) {
-                        link_type = DH_LINK_TYPE_ENUM;
+                        link_type = DH_LINK_TYPE_SIGNAL;
                 } else {
                         link_type = DH_LINK_TYPE_KEYWORD;
                 }


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