Handbook
Glossary
gtk_text_buffer_get_slice ( text_buffer start end include_hidden_chars -- gchar* )
Vocabulary
gtk2
.
ffi
Inputs
text_buffer
an
object
start
an
object
end
an
object
include_hidden_chars
an
object
Outputs
gchar*
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
gchar*
gtk_text_buffer_get_slice
( GtkTextBuffer* text_buffer, GtkTextIter* start,
GtkTextIter* end,
gboolean
include_hidden_chars )