diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2019-02-06 10:39:27 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2019-02-06 10:39:27 +0100 |
commit | 1668496359d06921f8c0bf5c7733fe6a156efb6e (patch) | |
tree | 05a9c3a340e3daac25467ec9b48abf371f5fc44c /gtk | |
parent | 45361e19c3df79345869e3c0fa0ee5fa1862e169 (diff) | |
download | gtk+-1668496359d06921f8c0bf5c7733fe6a156efb6e.tar.gz |
docs: Fix GTK links and locations
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkapplication.c | 2 | ||||
-rw-r--r-- | gtk/gtkapplicationwindow.c | 2 | ||||
-rw-r--r-- | gtk/gtkbuilder.c | 2 | ||||
-rw-r--r-- | gtk/gtkfilechooserbutton.c | 2 | ||||
-rw-r--r-- | gtk/gtksearchbar.c | 2 | ||||
-rw-r--r-- | gtk/gtkshortcutswindow.c | 6 | ||||
-rw-r--r-- | gtk/imwaylandgtk.c | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index c4646dbd88..0ae1de11a1 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -106,7 +106,7 @@ * * ## A simple application ## {#gtkapplication} * - * [A simple example](https://git.gnome.org/browse/gtk+/tree/examples/bp/bloatpad.c) + * [A simple example](https://gitlab.gnome.org/GNOME/gtk/tree/master/examples/bp/bloatpad.c) * * GtkApplication optionally registers with a session manager * of the users session (if you set the #GtkApplication:register-session diff --git a/gtk/gtkapplicationwindow.c b/gtk/gtkapplicationwindow.c index 9651aedc05..3b09b97b66 100644 --- a/gtk/gtkapplicationwindow.c +++ b/gtk/gtkapplicationwindow.c @@ -104,7 +104,7 @@ * * ## Handling fallback yourself * - * [A simple example](https://git.gnome.org/browse/gtk+/tree/examples/sunny.c) + * [A simple example](https://gitlab.gnome.org/GNOME/gtk/tree/master/examples/sunny.c) * * The XML format understood by #GtkBuilder for #GMenuModel consists * of a toplevel `<menu>` element, which contains one or more `<item>` diff --git a/gtk/gtkbuilder.c b/gtk/gtkbuilder.c index 55f16c0164..52244862ac 100644 --- a/gtk/gtkbuilder.c +++ b/gtk/gtkbuilder.c @@ -63,7 +63,7 @@ * RELAX NG schema below. We refer to these descriptions as “GtkBuilder * UI definitions” or just “UI definitions” if the context is clear. * - * [RELAX NG Compact Syntax](https://git.gnome.org/browse/gtk+/tree/gtk/gtkbuilder.rnc) + * [RELAX NG Compact Syntax](https://gitlab.gnome.org/GNOME/gtk/tree/master/gtk/gtkbuilder.rnc) * * The toplevel element is <interface>. It optionally takes a “domain” * attribute, which will make the builder look for translated strings diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 0a0f0a6540..3d41a1f233 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -105,7 +105,7 @@ #define ICON_SIZE 16 #define DEFAULT_TITLE N_("Select a File") #define DESKTOP_DISPLAY_NAME N_("Desktop") -#define FALLBACK_DISPLAY_NAME N_("(None)") /* this string is used in gtk+/gtk/tests/filechooser.c - change it there if you change it here */ +#define FALLBACK_DISPLAY_NAME N_("(None)") /* this string is used in gtk/gtk/tests/filechooser.c - change it there if you change it here */ /* ********************** * diff --git a/gtk/gtksearchbar.c b/gtk/gtksearchbar.c index 3e2b555669..93594d15f2 100644 --- a/gtk/gtksearchbar.c +++ b/gtk/gtksearchbar.c @@ -78,7 +78,7 @@ * * ## Creating a search bar * - * [A simple example](https://git.gnome.org/browse/gtk+/tree/examples/search-bar.c) + * [A simple example](https://gitlab.gnome.org/GNOME/gtk/tree/master/examples/search-bar.c) */ typedef struct { diff --git a/gtk/gtkshortcutswindow.c b/gtk/gtkshortcutswindow.c index c9b55ef523..04fbe3be2d 100644 --- a/gtk/gtkshortcutswindow.c +++ b/gtk/gtkshortcutswindow.c @@ -72,7 +72,7 @@ * are arranged in columns, and spread across several pages if there are too * many to find on a single page. * - * The .ui file for this example can be found [here](https://git.gnome.org/browse/gtk+/tree/demos/gtk-demo/shortcuts-gedit.ui). + * The .ui file for this example can be found [here](https://gitlab.gnome.org/GNOME/gtk/tree/master/demos/gtk-demo/shortcuts-gedit.ui). * * # An example with multiple views: * @@ -81,7 +81,7 @@ * This example shows a #GtkShortcutsWindow that has been configured to show only * the shortcuts relevant to the "stopwatch" view. * - * The .ui file for this example can be found [here](https://git.gnome.org/browse/gtk+/tree/demos/gtk-demo/shortcuts-clocks.ui). + * The .ui file for this example can be found [here](https://gitlab.gnome.org/GNOME/gtk/tree/master/demos/gtk-demo/shortcuts-clocks.ui). * * # An example with multiple sections: * @@ -90,7 +90,7 @@ * This example shows a #GtkShortcutsWindow with two sections, "Editor Shortcuts" * and "Terminal Shortcuts". * - * The .ui file for this example can be found [here](https://git.gnome.org/browse/gtk+/tree/demos/gtk-demo/shortcuts-builder.ui). + * The .ui file for this example can be found [here](https://gitlab.gnome.org/GNOME/gtk/tree/master/demos/gtk-demo/shortcuts-builder.ui). */ typedef struct diff --git a/gtk/imwaylandgtk.c b/gtk/imwaylandgtk.c index 1d5050496a..9556d5fa59 100644 --- a/gtk/imwaylandgtk.c +++ b/gtk/imwaylandgtk.c @@ -81,7 +81,7 @@ static const GtkIMContextInfo imwayland_info = "waylandgtk", /* ID */ NC_("input method menu", "Waylandgtk"), /* Human readable name */ GETTEXT_PACKAGE, /* Translation domain */ - GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk+") */ + GTK_LOCALEDIR, /* Dir for bindtextdomain (not strictly needed for "gtk") */ "", /* Languages for which this module is the default */ }; |