diff options
author | Soeren Sandmann <sandmann@daimi.au.dk> | 2002-09-28 20:03:56 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2002-09-28 20:03:56 +0000 |
commit | a3538e04909df172e939f7618775109c1456b337 (patch) | |
tree | cd6fb4c090cc38dec72ec85e78eab89c626f1f93 /gtk/gtkimcontext.c | |
parent | 6311f552e1a522d0dcd70e891a1fefa59616f58c (diff) | |
download | gdk-pixbuf-a3538e04909df172e939f7618775109c1456b337.tar.gz |
Minor documentation fixes. (#80021, Yao Zhang; #75567, #75279, Vitaly
2002-09-01 Soeren Sandmann <sandmann@daimi.au.dk>
* gtk/gtkimcontext.c, gtk/gtktreeviewcolumn.c:
Minor documentation fixes.
(#80021, Yao Zhang; #75567, #75279, Vitaly Tishkov)
Diffstat (limited to 'gtk/gtkimcontext.c')
-rw-r--r-- | gtk/gtkimcontext.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c index 6a4d0eb60..51287e040 100644 --- a/gtk/gtkimcontext.c +++ b/gtk/gtkimcontext.c @@ -390,7 +390,8 @@ gtk_im_context_reset (GtkIMContext *context) * @area: new location * * Notify the input method that a change in cursor - * position has been made. + * position has been made. The location is relative to the client + * window. **/ void gtk_im_context_set_cursor_location (GtkIMContext *context, |