We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b3a3ba + 298a6ec commit 040726eCopy full SHA for 040726e
index.md
@@ -68,7 +68,7 @@ Create an application, etc.
68
use gtk::{Application, ApplicationWindow, Button};
69
70
fn main() {
71
- let application = Application::new("com.github.gtk-rs.examples.basic", Default::default())
+ let application = Application::new(Some("com.github.gtk-rs.examples.basic"), Default::default())
72
.expect("failed to initialize GTK application");
73
74
application.connect_activate(|app| {
0 commit comments