remove_commit_notify


Description:

[ Version ( since = "4.16" ) ]
public void remove_commit_notify (uint commit_notify_handler)

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].