19 lines
427 B
C#
19 lines
427 B
C#
// This file was generated by the Gtk# code generator.
|
|
// Any changes made will be lost if regenerated.
|
|
|
|
namespace WebKit {
|
|
|
|
using System;
|
|
|
|
public delegate void WebProcessTerminatedHandler(object o, WebProcessTerminatedArgs args);
|
|
|
|
public class WebProcessTerminatedArgs : GLib.SignalArgs {
|
|
public WebKit.WebProcessTerminationReason Reason{
|
|
get {
|
|
return (WebKit.WebProcessTerminationReason) Args [0];
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|