Signal
Gtk CellRendererText::edited
Declaration
void
edited(
GtkCellRendererText*self,
gchar*path,
gchar*new_text,
gpointeruser_data
)
Description [src]
This signal is emitted after renderer has been edited.
It is the responsibility of the application to update the model
and store new_text at the position indicated by path.
Default handler:
The default handler is called after the handlers added via g_signal_connect().
Parameters
path-
Type:
gchar*The path identifying the edited cell.
The data is owned by the caller of the function.The value is a NUL terminated UTF-8 string. new_text-
Type:
gchar*The new text.
The data is owned by the caller of the function.The value is a NUL terminated UTF-8 string.