[devhelp] Sidebar: tidy up a little the header



commit 03bd8f5e5c41d8f390e13a4283be5cc5bface5a2
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Apr 29 18:41:15 2017 +0200

    Sidebar: tidy up a little the header
    
    The Class struct is in the Standard gtk-doc section, so the doc was not
    displayed, and is anyway not very useful.

 src/dh-sidebar.h |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/src/dh-sidebar.h b/src/dh-sidebar.h
index 550bb0d..e7050f1 100644
--- a/src/dh-sidebar.h
+++ b/src/dh-sidebar.h
@@ -37,14 +37,9 @@ typedef struct _DhSidebar        DhSidebar;
 typedef struct _DhSidebarClass   DhSidebarClass;
 
 struct _DhSidebar {
-        GtkBox            parent_instance;
+        GtkBox parent_instance;
 };
 
-/**
- * DhSidebarClass:
- * @parent_class: The parent class
- * @link_selected: Class handler for the #DhSidebar::link-selected signal
- */
 struct _DhSidebarClass {
         GtkBoxClass parent_class;
 


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