removeCommitNotify

open fun removeCommitNotify(commitNotifyHandler: <Error class: unknown class>)

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.

Since

4.16

Parameters

commitNotifyHandler

the notify handler identifier returned from method@Gtk.TextBuffer.add_commit_notify.