Skip to content

Use GtkApplication for darktable-chart#20689

Open
linkmauve wants to merge 1 commit intodarktable-org:masterfrom
linkmauve:chart-gtk-application
Open

Use GtkApplication for darktable-chart#20689
linkmauve wants to merge 1 commit intodarktable-org:masterfrom
linkmauve:chart-gtk-application

Conversation

@linkmauve
Copy link
Copy Markdown

The gtk_main() API has been replaced with the GtkApplication API in GTK 4, but we can already use the latter since 3.0.

The changes were mostly a formality, I kept the non-unique behaviour so that multiple instances of darktable-chart can be opened at once, and kept the manual command-line parsing (instead of using the Gio tools for that).

The gtk_main() API has been replaced with the GtkApplication API in
GTK 4, but we can already use the latter since 3.0.

The changes were mostly a formality, I kept the non-unique behaviour so
that multiple instances of darktable-chart can be opened at once, and
kept the manual command-line parsing (instead of using the Gio tools for
that).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant