summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontext.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-11-14 16:38:04 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-11-14 16:38:04 +0000
commitc879883dc650f7fbec9ccdfc5c047bce1bb08b6f (patch)
tree883259278c6470ba384ec68ad68cd61a24cbd901 /gtk/gtkimcontext.c
parent5dd656fa8d7da168ef2c11e0238f77a8e406db17 (diff)
downloadgtk+-c879883dc650f7fbec9ccdfc5c047bce1bb08b6f.tar.gz
Fix srcdir != builddir
Mon Nov 13 14:43:48 2000 Owen Taylor <otaylor@redhat.com> * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles srcdir != builddir * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk * configure.in (GTK_VERSION): Up to 1.3.2 * modules/input/Makefile.am (im_xim_la_SOURCES): Add gtkimcontextxim.h * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add missing doc comment.
Diffstat (limited to 'gtk/gtkimcontext.c')
-rw-r--r--gtk/gtkimcontext.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c
index 3ced6d6036..00831757ad 100644
--- a/gtk/gtkimcontext.c
+++ b/gtk/gtkimcontext.c
@@ -164,12 +164,14 @@ gtk_im_context_set_client_window (GtkIMContext *context,
/**
* gtk_im_context_get_preedit_string:
- * @context: a #GtkIMContext
- * @str: location to store the retrieved string. The
- * string retrieved must be freed with g_free ().
- * @attrs: location to store the retrieved attribute list.
- * When you are done with this list, you must
- * unreference it with pango_attr_list_unref().
+ * @context: a #GtkIMContext
+ * @str: location to store the retrieved string. The
+ * string retrieved must be freed with g_free ().
+ * @attrs: location to store the retrieved attribute list.
+ * When you are done with this list, you must
+ * unreference it with pango_attr_list_unref().
+ * @cursor_pos: location to store position of cursor (in bytes)
+ * within the preedit string.
*
* Retrieve the current preedit string for the input context,
* and a list of attributes to apply to the string.