comparison finch/libgnt/gntwindow.h @ 21157:8d73d519155a

Get rid of some doxygen warnings by removing undocumented @params
author Mark Doliner <mark@kingant.net>
date Wed, 07 Nov 2007 09:19:25 +0000
parents 44b4e8bd759b
children bddf964880cf
comparison
equal deleted inserted replaced
21156:a4b8bdc5a05f 21157:8d73d519155a
65 }; 65 };
66 66
67 G_BEGIN_DECLS 67 G_BEGIN_DECLS
68 68
69 /** 69 /**
70 * 70 *
71 * 71 *
72 * @return 72 * @return
73 */ 73 */
74 GType gnt_window_get_gtype(void); 74 GType gnt_window_get_gtype(void);
75 75
76 #define gnt_vwindow_new(homo) gnt_window_box_new(homo, TRUE) 76 #define gnt_vwindow_new(homo) gnt_window_box_new(homo, TRUE)
77 #define gnt_hwindow_new(homo) gnt_window_box_new(homo, FALSE) 77 #define gnt_hwindow_new(homo) gnt_window_box_new(homo, FALSE)
78 78
79 /** 79 /**
80 * 80 *
81 * 81 *
82 * @return 82 * @return
83 */ 83 */
84 GntWidget * gnt_window_new(void); 84 GntWidget * gnt_window_new(void);
85 85
86 /** 86 /**
87 * 87 *
88 * @param homo
89 * @param vert
90 * 88 *
91 * @return 89 * @return
92 */ 90 */
93 GntWidget * gnt_window_box_new(gboolean homo, gboolean vert); 91 GntWidget * gnt_window_box_new(gboolean homo, gboolean vert);
94 92
95 /** 93 /**
96 * 94 *
97 * @param window
98 * @param menu
99 */ 95 */
100 void gnt_window_set_menu(GntWindow *window, GntMenu *menu); 96 void gnt_window_set_menu(GntWindow *window, GntMenu *menu);
101 97
102 void gnt_window_workspace_hiding(GntWindow *); 98 void gnt_window_workspace_hiding(GntWindow *);
103 void gnt_window_workspace_showing(GntWindow *); 99 void gnt_window_workspace_showing(GntWindow *);