mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
Clarify docs. (#324996)
2005-12-26 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify docs. (#324996)
This commit is contained in:
parent
edbc6203b6
commit
6779304cc8
@ -1,5 +1,12 @@
|
|||||||
2005-12-26 Matthias Clasen <mclasen@redhat.com>
|
2005-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify
|
||||||
|
docs. (#324996)
|
||||||
|
|
||||||
|
* gtk/gtktextbtree.c (gtk_text_btree_get_tag_info)
|
||||||
|
(gtk_text_btree_remove_tag_info): Use the slice allocator for
|
||||||
|
tag info.
|
||||||
|
|
||||||
* README.in: Mention the stripping of (_F) suffixes.
|
* README.in: Mention the stripping of (_F) suffixes.
|
||||||
|
|
||||||
* gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Strip a suffix of
|
* gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Strip a suffix of
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
2005-12-26 Matthias Clasen <mclasen@redhat.com>
|
2005-12-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify
|
||||||
|
docs. (#324996)
|
||||||
|
|
||||||
|
* gtk/gtktextbtree.c (gtk_text_btree_get_tag_info)
|
||||||
|
(gtk_text_btree_remove_tag_info): Use the slice allocator for
|
||||||
|
tag info.
|
||||||
|
|
||||||
* README.in: Mention the stripping of (_F) suffixes.
|
* README.in: Mention the stripping of (_F) suffixes.
|
||||||
|
|
||||||
* gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Strip a suffix of
|
* gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Strip a suffix of
|
||||||
|
@ -298,11 +298,11 @@ gtk_im_context_get_preedit_string (GtkIMContext *context,
|
|||||||
* @context: a #GtkIMContext
|
* @context: a #GtkIMContext
|
||||||
* @event: the key event
|
* @event: the key event
|
||||||
*
|
*
|
||||||
* Allow an input method to internally handle a key press event.
|
* Allow an input method to internally handle key press and release
|
||||||
* If this function returns %TRUE, then no further processing
|
* events. If this function returns %TRUE, then no further processing
|
||||||
* should be done for this keystroke.
|
* should be done for this key event.
|
||||||
*
|
*
|
||||||
* Return value: %TRUE if the input method handled the keystroke.
|
* Return value: %TRUE if the input method handled the key event.
|
||||||
*
|
*
|
||||||
**/
|
**/
|
||||||
gboolean
|
gboolean
|
||||||
|
Loading…
Reference in New Issue
Block a user