Marcel Tiede

Results 239 comments of Marcel Tiede

The generated xml looks like this: ```xml ``` `Transfer container` is not specified in the xml. If you want to see if scenarios similar to `gdk_pixbuf_get_formats ` are working, I...

These untyped records exist: ``` Adw::AboutDialogClass Adw::AboutWindowClass Adw::ActionRowClass Adw::AlertDialogClass Adw::ApplicationClass Adw::ApplicationWindowClass Adw::AvatarClass Adw::BannerClass Adw::BinClass Adw::BottomSheetClass Adw::BreakpointBinClass Adw::BreakpointClass Adw::ButtonContentClass Adw::ButtonRowClass Adw::CarouselClass Adw::CarouselIndicatorDotsClass Adw::CarouselIndicatorLinesClass Adw::ClampClass Adw::ClampLayoutClass Adw::ClampScrollableClass Adw::ComboRowClass Adw::DialogClass Adw::EntryRowClass Adw::EnumListItemClass Adw::EnumListModelClass...

- [ ] Verify: is creating a copy of an untyped record correct if transfer is none? Can the content of the pointer be considered as global? As we don't...

Yeah I'm not totally happy with the C# events either as they don't support GObjects signal Details parameter. For this reason there are static event descriptors for each event of...

I think I won't do this. The events are already prefixed with "On" because of naming conflicts if I remember correctly. Adding more GirCore specific methods to gobjects raises the...

The message says that there is no support for this parameter type yet. The generator just skips methods with unsupported parameters. If you need this method you can try to...

This could actually be a bug in GirCore as it should care itself about not loosing any relevant objects. Callbacks can have different scopes which describe the lifetime of a...

There is a command line option to run the GC more frequently in Pinta (`--debug`) to be able to better diagnose such problems.

You should not need to store the `GLib.SourceFunc` as a user of GirCore, like I tried to explain in my previous comment. Let's try again in more detail: Glib.Functions.TimeoutAdd is...