GtkEditableInterface.getChars

struct GtkEditableInterface
extern (C)
char* function(GtkEditable* editable, int startPos, int endPos) getChars;

Return Value

a pointer to the contents of the widget as a string. This string is allocated by the #GtkEditable implementation and should be freed by the caller.

Meta