31 lines
461 B
C#
31 lines
461 B
C#
// This file was generated by the Gtk# code generator.
|
|
// Any changes made will be lost if regenerated.
|
|
|
|
namespace GLib {
|
|
|
|
using System;
|
|
|
|
public delegate void ItemsChangedHandler(object o, ItemsChangedArgs args);
|
|
|
|
public class ItemsChangedArgs : GLib.SignalArgs {
|
|
public int P0{
|
|
get {
|
|
return (int) Args [0];
|
|
}
|
|
}
|
|
|
|
public int P1{
|
|
get {
|
|
return (int) Args [1];
|
|
}
|
|
}
|
|
|
|
public int P2{
|
|
get {
|
|
return (int) Args [2];
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|