The Webview Univeral Flutter package for Appeto SDK.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

19 lignes
388 B

  1. #ifndef FLUTTER_MY_APPLICATION_H_
  2. #define FLUTTER_MY_APPLICATION_H_
  3. #include <gtk/gtk.h>
  4. G_DECLARE_FINAL_TYPE(MyApplication, my_application, MY, APPLICATION,
  5. GtkApplication)
  6. /**
  7. * my_application_new:
  8. *
  9. * Creates a new Flutter-based application.
  10. *
  11. * Returns: a new #MyApplication.
  12. */
  13. MyApplication* my_application_new();
  14. #endif // FLUTTER_MY_APPLICATION_H_