GtkSharp/Source/Libs
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
..
AtkSharp Revert "Sign the DLL files" 2020-08-07 13:30:09 +02:00
CairoSharp Revert "Sign the DLL files" 2020-08-07 13:30:09 +02:00
GdkSharp Set the correct parent class for Gdk.SeatDefault 2021-01-08 22:47:47 +01:00
GioSharp Revert "Sign the DLL files" 2020-08-07 13:30:09 +02:00
GLibSharp Queue freeing of GCHandles instead of freeing them immidiately 2021-01-25 11:07:39 +01:00
GtkSharp Add method GetRawOwnedObject to Builder. 2021-01-25 12:29:04 +01:00
GtkSourceSharp Use correct GType for GLib.InitiallyUnowned 2021-01-24 19:55:17 +01:00
PangoSharp Fix crash when accessing Pango.FontFamily.Faces 2020-08-27 20:38:56 -04:00
Shared Do not check padding ABI offset correctness 2021-01-24 19:55:17 +01:00