remove_commit_notify
Description:
Removes the `GtkTextBufferCommitNotify` handler previously registered with [method@Gtk.
TextBuffer.add_commit_notify].
This may result in the `user_data_destroy` being called that was passed when registering the commit notify functions.
Parameters:
this |
a `GtkTextBuffer` |
commit_notify_handler |
the notify handler identifier returned from [method@Gtk.TextBuffer.add_commit_notify]. |