mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 09:25:38 +00:00
ui/app: add package documentation and document Main
Split Main into the common Main function and platform specific main functions. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -419,7 +419,7 @@ func (w *window) showTextInput(show bool) {
|
||||
})
|
||||
}
|
||||
|
||||
func Main() {
|
||||
func main() {
|
||||
}
|
||||
|
||||
func createWindow(window *Window, opts *WindowOptions) error {
|
||||
|
||||
Reference in New Issue
Block a user