Ryujinx-GtkSharp/Source
Mads Kruse Johnsen 0daa985316 Add method GetRawOwnedObject to Builder.
This method performs a GetRawObject, but also increases the refcount.

This is (at least) needed in cases where you wish to have a class inherting a widget,
and use a builder in the constructor : base (builder.GetRawObject("name"))
Because no ref is taken the eventual freeing of the builder will cause the our object (this)
to have a refcount 0.
This is an issue since the freeing of our ToggleRef (which should happen later) performs an unref.
2021-01-25 12:29:04 +01:00
..
Addins/MonoDevelop.GtkSharp.Addin MonoDevelop.GtkSharp.Addin.csproj: adjust TargetFramework to net471 & adjust MonoDevelop.Addins to version 0.4.7 2021-01-08 21:45:28 +01:00
Libs Add method GetRawOwnedObject to Builder. 2021-01-25 12:29:04 +01:00
OldStuff Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
Samples Add a simple demo for using Gdk.Seat to query the mouse position. 2021-01-08 22:47:47 +01:00
Templates minnor fixes 2020-05-18 20:20:54 +02:00
Tools Revert "Attempt minimal changes to obtain proper disposing." 2021-01-24 19:55:17 +01:00
GtkSharp.sln Rename SourceView > GtkSourceSharp 2020-07-22 19:32:38 +02:00