mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
Update comments after #endif in C headers
This commit is contained in:
@@ -92,4 +92,4 @@ extern void gui_window_set_custom_color_bg (WINDOW *window, int bg);
|
||||
extern void gui_window_clrtoeol_with_current_bg (WINDOW *window);
|
||||
extern void gui_window_set_title (const char *title);
|
||||
|
||||
#endif /* gui-curses.h */
|
||||
#endif /* __WEECHAT_GUI_CURSES_H */
|
||||
|
||||
@@ -107,4 +107,4 @@ extern void gui_keyboard_flush ();
|
||||
extern void gui_window_redraw_buffer (struct t_gui_buffer *buffer);
|
||||
extern void gui_window_set_title (const char *title);
|
||||
|
||||
#endif /* gui-gtk.h */
|
||||
#endif /* __WEECHAT_GUI_GTK_H */
|
||||
|
||||
@@ -96,4 +96,4 @@ extern int gui_bar_item_add_to_infolist (struct t_infolist *infolist,
|
||||
struct t_gui_bar_item *bar_item);
|
||||
extern void gui_bar_item_print_log ();
|
||||
|
||||
#endif /* gui-bar-item.h */
|
||||
#endif /* __WEECHAT_GUI_BAR_ITEM_H */
|
||||
|
||||
@@ -85,4 +85,4 @@ extern void gui_bar_window_draw (struct t_gui_bar_window *bar_window,
|
||||
struct t_gui_window *window);
|
||||
extern void gui_bar_window_objects_print_log (struct t_gui_bar_window *bar_window);
|
||||
|
||||
#endif /* gui-bar-window.h */
|
||||
#endif /* __WEECHAT_GUI_BAR_WINDOW_H */
|
||||
|
||||
+1
-1
@@ -152,4 +152,4 @@ extern int gui_bar_add_to_infolist (struct t_infolist *infolist,
|
||||
struct t_gui_bar *bar);
|
||||
extern void gui_bar_print_log ();
|
||||
|
||||
#endif /* gui-bar.h */
|
||||
#endif /* __WEECHAT_GUI_BAR_H */
|
||||
|
||||
@@ -284,4 +284,4 @@ extern int gui_buffer_add_to_infolist (struct t_infolist *infolist,
|
||||
extern void gui_buffer_dump_hexa (struct t_gui_buffer *buffer);
|
||||
extern void gui_buffer_print_log ();
|
||||
|
||||
#endif /* gui-buffer.h */
|
||||
#endif /* __WEECHAT_GUI_BUFFER_H */
|
||||
|
||||
+1
-1
@@ -86,4 +86,4 @@ extern void gui_chat_draw (struct t_gui_buffer *buffer, int erase);
|
||||
extern void gui_chat_draw_line (struct t_gui_buffer *buffer,
|
||||
struct t_gui_line *line);
|
||||
|
||||
#endif /* gui-chat.h */
|
||||
#endif /* __WEECHAT_GUI_CHAT_H */
|
||||
|
||||
+1
-1
@@ -142,4 +142,4 @@ extern const char *gui_color_get_name (int num_color);
|
||||
extern void gui_color_init_pairs ();
|
||||
extern void gui_color_init_weechat ();
|
||||
|
||||
#endif /* gui-color.h */
|
||||
#endif /* __WEECHAT_GUI_COLOR_H */
|
||||
|
||||
@@ -79,4 +79,4 @@ extern void gui_completion_search (struct t_gui_completion *completion,
|
||||
extern void gui_completion_print_log (struct t_gui_completion *completion);
|
||||
extern void gui_completion_init ();
|
||||
|
||||
#endif /* gui-completion.h */
|
||||
#endif /* __WEECHAT_GUI_COMPLETION_H */
|
||||
|
||||
@@ -75,4 +75,4 @@ extern int gui_filter_add_to_infolist (struct t_infolist *infolist,
|
||||
struct t_gui_filter *filter);
|
||||
extern void gui_filter_print_log ();
|
||||
|
||||
#endif /* gui-filter.h */
|
||||
#endif /* __WEECHAT_GUI_FILTER_H */
|
||||
|
||||
@@ -42,4 +42,4 @@ extern void gui_history_buffer_free (struct t_gui_buffer *buffer);
|
||||
extern int gui_history_add_to_infolist (struct t_infolist *infolist,
|
||||
struct t_gui_history *history);
|
||||
|
||||
#endif /* gui-history.h */
|
||||
#endif /* __WEECHAT_GUI_HISTORY_H */
|
||||
|
||||
@@ -57,4 +57,4 @@ extern int gui_hotlist_add_to_infolist (struct t_infolist *infolist,
|
||||
struct t_gui_hotlist *hotlist);
|
||||
extern void gui_hotlist_print_log ();
|
||||
|
||||
#endif /* gui-hotlist.h */
|
||||
#endif /* __WEECHAT_GUI_HOTLIST_H */
|
||||
|
||||
+1
-1
@@ -78,4 +78,4 @@ extern void gui_input_insert (struct t_gui_buffer *buffer, const char *args);
|
||||
extern void gui_input_undo (struct t_gui_buffer *buffer);
|
||||
extern void gui_input_redo (struct t_gui_buffer *buffer);
|
||||
|
||||
#endif /* gui-input.h */
|
||||
#endif /* __WEECHAT_GUI_INPUT_H */
|
||||
|
||||
@@ -88,4 +88,4 @@ extern void gui_keyboard_print_log (struct t_gui_buffer *buffer);
|
||||
|
||||
extern void gui_keyboard_default_bindings ();
|
||||
|
||||
#endif /* gui-keyboard.h */
|
||||
#endif /* __WEECHAT_GUI_KEYBOARD_H */
|
||||
|
||||
@@ -92,4 +92,4 @@ extern void gui_layout_save_on_exit ();
|
||||
|
||||
extern void gui_layout_print_log ();
|
||||
|
||||
#endif /* gui-layout.h */
|
||||
#endif /* __WEECHAT_GUI_LAYOUT_H */
|
||||
|
||||
+1
-1
@@ -106,4 +106,4 @@ extern int gui_line_add_to_infolist (struct t_infolist *infolist,
|
||||
struct t_gui_line *line);
|
||||
extern void gui_lines_print_log (struct t_gui_lines *lines);
|
||||
|
||||
#endif /* gui-line.h */
|
||||
#endif /* __WEECHAT_GUI_LINE_H */
|
||||
|
||||
+1
-1
@@ -27,4 +27,4 @@ extern void gui_main_pre_init (int *argc, char **argv[]);
|
||||
extern void gui_main_init ();
|
||||
extern void gui_main_end (int clean_exit);
|
||||
|
||||
#endif /* gui-main.h */
|
||||
#endif /* __WEECHAT_GUI_MAIN_H */
|
||||
|
||||
@@ -86,4 +86,4 @@ extern int gui_nicklist_add_to_infolist (struct t_infolist *infolist,
|
||||
const char *name);
|
||||
extern void gui_nicklist_print_log (struct t_gui_nick_group *group, int indent);
|
||||
|
||||
#endif /* gui-nicklist.h */
|
||||
#endif /* __WEECHAT_GUI_NICKLIST_H */
|
||||
|
||||
@@ -175,4 +175,4 @@ extern void gui_window_set_title (const char *title);
|
||||
extern void gui_window_term_display_infos ();
|
||||
extern void gui_window_objects_print_log (struct t_gui_window *window);
|
||||
|
||||
#endif /* gui-window.h */
|
||||
#endif /* __WEECHAT_GUI_WINDOW_H */
|
||||
|
||||
+1
-1
@@ -20,4 +20,4 @@
|
||||
#ifndef __WEECHAT_GUI_QT_H
|
||||
#define __WEECHAT_GUI_QT_H 1
|
||||
|
||||
#endif /* gui-qt.h */
|
||||
#endif /* __WEECHAT_GUI_QT_H */
|
||||
|
||||
Reference in New Issue
Block a user