Method
FoundryTextBufferadd_commit_notify
unstable since: 1.1
Declaration [src]
guint
foundry_text_buffer_add_commit_notify (
FoundryTextBuffer* self,
FoundryTextBufferNotifyFlags flags,
FoundryTextBufferCommitNotify commit_notify,
gpointer user_data,
GDestroyNotify destroy
)
Description [src]
Adds a new commit notify handler.
If the implementation does not support this, zero is returned.
Available since: 1.1
Parameters
flags-
Type:
FoundryTextBufferNotifyFlagsNon-zero flags to dispatch.
commit_notify-
Type:
FoundryTextBufferCommitNotifyNo description available.
user_data-
Type:
gpointerNo description available.
The argument can be NULL.The data is owned by the caller of the method. destroy-
Type:
GDestroyNotifyNo description available.