diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-13 18:51:44 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-13 18:51:44 +0100 |
commit | 7d34812f1cd091b70395808381469c6c1f5c659a (patch) | |
tree | 8dd82177eaad95dc216bf1b68926b8398440a198 /src/gui/gtk/gui-gtk-mouse.c | |
parent | 9db5682186de96b1deeb48e76887df7c74e77036 (diff) | |
download | weechat-7d34812f1cd091b70395808381469c6c1f5c659a.zip |
core: reformat comments for functions
Diffstat (limited to 'src/gui/gtk/gui-gtk-mouse.c')
-rw-r--r-- | src/gui/gtk/gui-gtk-mouse.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/gui/gtk/gui-gtk-mouse.c b/src/gui/gtk/gui-gtk-mouse.c index 8accbbca7..a6feb26e7 100644 --- a/src/gui/gtk/gui-gtk-mouse.c +++ b/src/gui/gtk/gui-gtk-mouse.c @@ -30,7 +30,7 @@ /* - * gui_mouse_enable: enable mouse + * Enables mouse. */ void @@ -40,7 +40,7 @@ gui_mouse_enable () } /* - * gui_mouse_disable: disable mouse + * Disables mouse. */ void @@ -50,7 +50,7 @@ gui_mouse_disable () } /* - * gui_mouse_display_state: display state of mouse + * Displays state of mouse. */ void @@ -60,7 +60,7 @@ gui_mouse_display_state () } /* - * gui_mouse_grab_init: init "grab mode" + * Initializes "grab mode". */ void @@ -72,7 +72,7 @@ gui_mouse_grab_init (int area) } /* - * gui_mouse_event_init: init mouse event + * Initializes mouse event. */ void @@ -82,7 +82,7 @@ gui_mouse_event_init () } /* - * gui_mouse_event_code2key: get key name with a mouse code + * Gets key name with a mouse code. */ const char * @@ -96,7 +96,7 @@ gui_mouse_event_code2key (const char *code) } /* - * gui_mouse_event_end: end mouse event + * Ends mouse event. */ void |