19 lines
370 B
C#
19 lines
370 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 CreatedDestinationHandler(object o, CreatedDestinationArgs args);
|
||
|
|
|
||
|
|
public class CreatedDestinationArgs : GLib.SignalArgs {
|
||
|
|
public string Destination{
|
||
|
|
get {
|
||
|
|
return (string) Args [0];
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|