Method

GtkSourceCompletionCellset_text

Declaration [src]

void
gtk_source_completion_cell_set_text (
  GtkSourceCompletionCell* self,
  const char* text
)

Description [src]

Sets the text for the column cell. Use NULL to unset.

Parameters

text const char*
 

The text to set or NULL.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.