[devhelp/wip/swilmet/fix-warnings: 2/2] AssistantView: all enum values in switch
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp/wip/swilmet/fix-warnings: 2/2] AssistantView: all enum values in switch
- Date: Sun, 27 Nov 2016 11:27:52 +0000 (UTC)
commit 5fd0db4392f8f0d7d261af774acd4b44ab4f9ee3
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Nov 27 12:24:39 2016 +0100
AssistantView: all enum values in switch
src/dh-assistant-view.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/src/dh-assistant-view.c b/src/dh-assistant-view.c
index eae2161..beb594d 100644
--- a/src/dh-assistant-view.c
+++ b/src/dh-assistant-view.c
@@ -324,6 +324,14 @@ dh_assistant_view_set_link (DhAssistantView *view,
break_line = TRUE;
function = "onload=\"cleanupSignature()\"";
break;
+ case DH_LINK_TYPE_BOOK:
+ case DH_LINK_TYPE_PAGE:
+ case DH_LINK_TYPE_KEYWORD:
+ case DH_LINK_TYPE_STRUCT:
+ case DH_LINK_TYPE_ENUM:
+ case DH_LINK_TYPE_TYPEDEF:
+ case DH_LINK_TYPE_PROPERTY:
+ case DH_LINK_TYPE_SIGNAL:
default:
break_line = FALSE;
function = "";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]