From: Jordan Petridis Date: Wed, 26 Jul 2023 12:33:15 +0000 (+0000) Subject: docs: getting_started: Update links to some guides X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~38^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0e5f2cd6f6e4457a003d531c842b1af68761a5ba;p=gtk4.git docs: getting_started: Update links to some guides --- diff --git a/docs/reference/gtk/getting_started.md b/docs/reference/gtk/getting_started.md index 506690a70e..f6da2d051f 100644 --- a/docs/reference/gtk/getting_started.md +++ b/docs/reference/gtk/getting_started.md @@ -89,11 +89,11 @@ using `gtk_application_new()`. When creating a [class@Gtk.Application], you need to pick an application identifier (a name) and pass it to [ctor@Gtk.Application.new] as parameter. For this example `org.gtk.example` is used. For choosing an identifier for your -application, see [this guide](https://wiki.gnome.org/HowDoI/ChooseApplicationID). +application, see [this guide](https://developer.gnome.org/documentation/tutorials/application-id.html). Lastly, [ctor@Gtk.Application.new] takes `GApplicationFlags` as input for your application, if your application would have special needs. -Next the [activate signal](https://wiki.gnome.org/HowDoI/GtkApplication) is +Next the [activate signal](https://developer.gnome.org/documentation/tutorials/application.html) is connected to the activate() function above the `main()` function. The `activate` signal will be emitted when your application is launched with `g_application_run()` on the line below. The `g_application_run()` call also takes as arguments the