`g_set_prgname()` is required if creating new application using GTK4?

,

I’ve just a simple question that is, if I’m creating a new application using GTK4 in C, should I have to call g_set_prgname() method? I was reading this article and there author wrote -

On GTK+4 this is handled for you.

You don’t need to use g_set_prgname(), assuming you’re setting the correct application id.

See: Gtk – 4.0: Migrating from GTK 3.x to GTK 4

Thank you. I guess, I need to read the documentation thoroughly before asking this question :slightly_smiling_face:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.