+
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Generation/GirLoader/Input/AnyType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

public interface AnyType
{
public Type? Type { get; set; }
public ArrayType? Array { get; set; }
Type? Type { get; set; }
ArrayType? Array { get; set; }
}
4 changes: 2 additions & 2 deletions src/Generation/GirModel/Function.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

public interface Function : Callable
{
public Namespace Namespace { get; }
Namespace Namespace { get; }

/// <summary>
/// The containing type of this function. If null it is a global function.
/// </summary>
ComplexType? Parent { get; }
string CIdentifier { get; }
public bool Introspectable { get; }
bool Introspectable { get; }
string? Version { get; }
}
4 changes: 2 additions & 2 deletions src/Libs/GObject-2.0/Public/PropertyDefinition.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ public interface PropertyDefinition<T>
/// <summary>
/// The name of the property in GObject/C.
/// </summary>
public string UnmanagedName { get; }
string UnmanagedName { get; }

/// <summary>
/// The name of the property in dotnet.
/// </summary>
public string ManagedName { get; }
string ManagedName { get; }
}
4 changes: 3 additions & 1 deletion src/Libs/Gtk-4.0/Public/Builder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ public void Connect(Widget connector)
//ConnectSignals(connector);
}

private void ConnectSignals(object obj)
/*
private void ConnectSignals(object obj)
{
//Native.connect_signals_full(Handle, OnConnectEvent, IntPtr.Zero);
}
*/

public IntPtr GetPointer(string name)
{
Expand Down
Loading
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载