コード例 #1
0
 static void TagChanged_cb(IntPtr inst, IntPtr tag, bool size_changed)
 {
     try {
         TextTagTable __obj = GLib.Object.GetObject(inst, false) as TextTagTable;
         __obj.OnTagChanged(GLib.Object.GetObject(tag) as Gtk.TextTag, size_changed);
     } catch (Exception e) {
         GLib.ExceptionManager.RaiseUnhandledException(e, false);
     }
 }