File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ endif
252
252
if meson .is_subproject()
253
253
pkgconfig_vars = {
254
254
' htmlrefdir' : install_prefix / install_docdir / ' reference' / ' html' ,
255
- ' htmlrefpub' : ' http://library.gnome.org/devel/libsigc++/unstable /'
255
+ ' htmlrefpub' : ' http://library.gnome.org/devel/libsigc++/2.10 /'
256
256
}
257
257
if build_documentation
258
258
pkgconfig_vars += {' doxytagfile' : tag_file.full_path()}
Original file line number Diff line number Diff line change 1
1
doxytagfile=${pc_top_builddir}/docs/reference/libsigc++-@SIGCXX_API_VERSION@.tag
2
- htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable /
2
+ htmlrefpub=http://library.gnome.org/devel/libsigc++/2.10 /
3
3
4
4
Name: libsigc++
5
5
Description: Typesafe signal and callback system for C++, not installed
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ includedir=@includedir@
8
8
docdir=${datarootdir}/doc/libsigc++-@SIGCXX_API_VERSION@
9
9
doxytagfile=${docdir}/reference/libsigc++-@SIGCXX_API_VERSION@.tag
10
10
htmlrefdir=${docdir}/reference/html
11
- htmlrefpub=http://library.gnome.org/devel/libsigc++/unstable /
11
+ htmlrefpub=http://library.gnome.org/devel/libsigc++/2.10 /
12
12
13
13
Name: libsigc++
14
14
Description: Typesafe signal and callback system for C++
Original file line number Diff line number Diff line change 34
34
* @ref slot "Slots" and @ref adaptors "Adaptors".
35
35
*
36
36
* See also the
37
- * <a href="https://developer.gnome.org/libsigc++-tutorial/stable /">libsigc++ tutorial</a>,
37
+ * <a href="https://developer.gnome.org/libsigc++-tutorial/2.10 /">libsigc++ tutorial</a>,
38
38
* the <a href="https://libsigcplusplus.github.io/libsigcplusplus/">libsigc++ website</a>, and
39
- * the <a href="https://developer.gnome.org/gtkmm-tutorial/unstable /chapter-signals.html">Signals appendix of the Programming with gtkmm book</a>.
39
+ * the <a href="https://developer.gnome.org/gtkmm-tutorial/3.24 /chapter-signals.html">Signals appendix of the Programming with gtkmm book</a>.
40
40
*
41
41
* @section features Features
42
42
*
You can’t perform that action at this time.
0 commit comments