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 GtkSource {
|
||||
|
||||
using System;
|
||||
|
||||
public delegate void QueryTooltipTextHandler(object o, QueryTooltipTextArgs args);
|
||||
|
||||
public class QueryTooltipTextArgs : GLib.SignalArgs {
|
||||
public GtkSource.Mark P0{
|
||||
get {
|
||||
return (GtkSource.Mark) Args [0];
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user