no more submodule
This commit is contained in:
18
GtkSharp/Source/Libs/GioSharp/Generated/GLib/ReplyHandler.cs
Normal file
18
GtkSharp/Source/Libs/GioSharp/Generated/GLib/ReplyHandler.cs
Normal file
@@ -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 ReplyHandler(object o, ReplyArgs args);
|
||||
|
||||
public class ReplyArgs : GLib.SignalArgs {
|
||||
public GLib.MountOperationResult Result{
|
||||
get {
|
||||
return (GLib.MountOperationResult) Args [0];
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user