19 lines
373 B
C#
19 lines
373 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 CreateHandler(object o, CreateArgs args);
|
||
|
|
|
||
|
|
public class CreateArgs : GLib.SignalArgs {
|
||
|
|
public WebKit.NavigationAction NavigationAction{
|
||
|
|
get {
|
||
|
|
return (WebKit.NavigationAction) Args [0];
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|