GimpUi.QueryStringCallback

function onQueryStringCallback(query_box: Gtk.Widget, string: String): void {
}
  

Note that you must not g_free() the passed string.

query_box

The query box.

string

The entered string.