GimpUi.QueryStringCallback

@accepts(Gtk.Widget, unicode, gpointer)
@returns(none)
def on_QueryStringCallback(query_box, string, data):
  

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

query_box

The query box.

string

The entered string.

data

user data.