mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-11-05 12:35:00 +00:00
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.
|
||
|---|---|---|
| .. | ||
| Addins/MonoDevelop.GtkSharp.Addin | ||
| Libs | ||
| OldStuff | ||
| Samples | ||
| Templates | ||
| Tools | ||
| GtkSharp.sln | ||