X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2Finput.c;h=c9775fc77623465c2172ff31b1347aa724375dad;hb=062bbb9e7322c8e3f5162f86fc2f93bfc587b830;hp=8956c2c53438dad52dd3446d88acd3012c54a1f3;hpb=db0f0fc8ee25926da8d34b826a3fc80d6186adbb;p=rodin%2Fchimara.git diff --git a/src/input.c b/src/input.c index 8956c2c..c9775fc 100644 --- a/src/input.c +++ b/src/input.c @@ -1,7 +1,8 @@ #include "charset.h" #include "input.h" -/** glk_request_char_event: +/** + * glk_request_char_event: * @win: A window to request char events from. * * Request input of a Latin-1 character or special key. A window cannot have @@ -21,7 +22,8 @@ glk_request_char_event(winid_t win) g_signal_handler_unblock( G_OBJECT(win->widget), win->keypress_handler ); } -/** glk_request_char_event_uni: +/** + * glk_request_char_event_uni: * @win: A window to request char events from. * * Request input of a Unicode character or special key. See @@ -431,3 +433,4 @@ on_input_entry_activate(GtkEntry *input_entry, winid_t win) end_line_input_request(win, text); g_free(text); } +