Method

IdeTextEditset_text

Declaration

void
ide_text_edit_set_text (
  IdeTextEdit* self,
  const gchar* text
)

Description

No description available.
Sets propertyIde.TextEdit:text

Parameters

text const gchar*
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.