Package-level declarations
Functions
Link copied to clipboard
fun adwApplication(appId: String?, args: Array<String>, flags: Set<ApplicationFlags> = setOf(ApplicationFlags.DEFAULT_FLAGS), content: @Composable ApplicationScope.() -> Unit)
This is the entry point of LibAdwaita applications.
Link copied to clipboard
fun application(appId: String, args: Array<String>, content: @Composable ApplicationScope.() -> Unit)