fix up some docs
2001-03-23 Havoc Pennington <hp@redhat.com> * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up some docs 2001-03-23 Havoc Pennington <hp@redhat.com> * gdk/gdk-sections.txt: updates * gtk/gtk-sections.txt: updates * gtk/gtk-docs.sgml: mop up TreeModelSimple entity * gdk/gdk-docs.sgml: remove input method and input context docs
This commit is contained in:
committed by
Havoc Pennington
parent
b572436d35
commit
4291350f89
@ -287,13 +287,14 @@ gtk_im_context_reset (GtkIMContext *context)
|
||||
/**
|
||||
* gtk_im_context_set_cursor_location:
|
||||
* @context: a #GtkIMContext
|
||||
* @area: new location
|
||||
*
|
||||
* Notify the input method that a change in cursor
|
||||
* position has been made.
|
||||
**/
|
||||
void
|
||||
gtk_im_context_set_cursor_location (GtkIMContext *context,
|
||||
GdkRectangle *area)
|
||||
gtk_im_context_set_cursor_location (GtkIMContext *context,
|
||||
GdkRectangle *area)
|
||||
{
|
||||
GtkIMContextClass *klass;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user