Gtk.TextBuffer.RegisterDeserializeFormat Method
Registers a deserialization handler for a given MIME type.

Syntax

public Gdk.Atom RegisterDeserializeFormat (string mime_type, TextBufferDeserializeFunc function)

Parameters

mime_type
a MIME type target.
function
Serialization formatter for the specified mime_type.

Returns

an atom representing the MIME type.

Remarks

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Since: Gtk# 2.10