no more submodule
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
// This file was generated by the Gtk# code generator.
|
||||
// Any changes made will be lost if regenerated.
|
||||
|
||||
namespace GLib {
|
||||
|
||||
using System;
|
||||
|
||||
public delegate void DriveStopButtonHandler(object o, DriveStopButtonArgs args);
|
||||
|
||||
public class DriveStopButtonArgs : GLib.SignalArgs {
|
||||
public GLib.IDrive Drive{
|
||||
get {
|
||||
return GLib.DriveAdapter.GetObject (Args [0] as GLib.Object);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user