Go to the source code of this file.
Classes | |
struct | _FlApplicationClass |
Functions | |
G_BEGIN_DECLS G_MODULE_EXPORT | G_DECLARE_DERIVABLE_TYPE (FlApplication, fl_application, FL, APPLICATION, GtkApplication) |
FlApplication * | fl_application_new (const gchar *application_id, GApplicationFlags flags) |
FlApplication* fl_application_new | ( | const gchar * | application_id, |
GApplicationFlags | flags | ||
) |
FlApplication:
#Flutter-based application with the GTK embedder.
Provides default behaviour for basic Flutter applications. fl_application_new: @application_id: (allow-none): The application ID or NULL. @flags: The application flags.
Creates a new Flutter-based application.
Returns: a new #FlApplication
Definition at line 167 of file fl_application.cc.
References flags.
Referenced by TEST().
G_BEGIN_DECLS G_MODULE_EXPORT G_DECLARE_DERIVABLE_TYPE | ( | FlApplication | , |
fl_application | , | ||
FL | , | ||
APPLICATION | , | ||
GtkApplication | |||
) |