BUG=none
TEST=manually
Review URL: https://codereview.appspot.com/
5600052
if HAVE_INTROSPECTION
introspection_files = \
$(ibus_public_headers) \
- $(ibus_c_sources) \
+ $(ibus_sources) \
ibusenumtypes.c \
ibusenumtypes.h \
$(NULL)
IBus-1.0.gir: $(libibus) Makefile
-IBus_1_0_gir_SCANNERFLAGS = --pkg=glib-2.0 $(IBUS_GIR_SCANNERFLAGS)
+IBus_1_0_gir_SCANNERFLAGS = --pkg=ibus-1.0 $(IBUS_GIR_SCANNERFLAGS)
IBus_1_0_gir_INCLUDES = GLib-2.0 GObject-2.0 Gio-2.0
IBus_1_0_gir_LIBS = $(libibus)
IBus_1_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_files))
/**
* ibus_engine_get_surrounding_text:
* @engine: An IBusEngine.
- * @text: (allow-none): Location to store surrounding text.
- * @cursor_pos: (allow-none): Cursor position in characters in @text.
- * @anchor_pos: (allow-none): Anchor position of selection in @text.
+ * @text: (out) (transfer none) (allow-none): Location to store surrounding text.
+ * @cursor_pos: (out) (allow-none): Cursor position in characters in @text.
+ * @anchor_pos: (out) (allow-none): Anchor position of selection in @text.
*
* Get surrounding text.
*
/*< private >*/
IBusServiceClass parent;
+ /*< public >*/
/* signals */
IBusEngine *
(* create_engine)