File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ project_build_root = meson.current_build_dir()
4141
4242cpp_compiler = meson .get_compiler(' cpp' )
4343is_msvc = cpp_compiler.get_id() == ' msvc'
44- python3 = find_program (' python3' , version : ' >=3.5 ' )
44+ python3 = find_program (' python3' , version : ' >=3.7 ' )
4545
4646# MSVC: We currently do not support shared and static builds at the,
4747# same time, since we need different defines/cflags for proper
Original file line number Diff line number Diff line change 11doxytagfile=${pc_top_builddir}/docs/reference/libsigc++-@SIGCXX_API_VERSION@.tag
2- htmlrefpub=http ://library.gnome.org/devel/libsigc++/unstable /
2+ htmlrefpub=https ://libsigcplusplus.github.io/libsigcplusplus/reference/html /
33
44Name: libsigc++
55Description: Typesafe signal and callback system for C++, not installed
Original file line number Diff line number Diff line change 3434 * @ref slot "Slots" and @ref adaptors "Adaptors".
3535 *
3636 * See also the
37- * <a href="/api/flow.js?q=https%3A%2F%2F%3Cspan%20class%3D"x x-first x-last">developer.gnome.org/libsigc++-tutorial/stable/ ">libsigc++ tutorial</a>,
37+ * <a href="/api/flow.js?q=https%3A%2F%2F%3Cspan%20class%3D"x x-first x-last">libsigcplusplus.github.io/libsigcplusplus/manual/html/index.html ">libsigc++ tutorial</a>,
3838 * the <a href="https://libsigcplusplus.github.io/libsigcplusplus/">libsigc++ website</a>, and
39- * the <a href="/api/flow.js?q=https%3A%2F%2F%3Cspan%20class%3D"x x-first x-last">developer. gnome.org/gtkmm-tutorial/unstable/ chapter-signals.html">Signals
40- * appendix of the Programming with gtkmm book</a>.
39+ * the <a href="/api/flow.js?q=https%3A%2F%2F%3Cspan%20class%3D"x x-first x-last">gnome.pages.gitlab. gnome.org/gtkmm-documentation/ chapter-signals.html">
40+ * Signals appendix of the Programming with gtkmm book</a>.
4141 *
4242 * @section features Features
4343 *
You can’t perform that action at this time.
0 commit comments