summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2021-03-03 16:26:45 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2021-03-03 16:26:45 +0800
commitc11657165b2413ce0096278148421f958fc197a9 (patch)
treefefa3eaa0e63457821347629afe79b0d7376047e
parent7ac145ae178d11e1aa3aa6dd555e988cb702eec2 (diff)
downloadglibmm-msvc.fix.symbol.tar.gz
glib/src/binding.hg: Export Glib::manage()msvc.fix.symbol
The newly-added function was missing a GLIBMM_API annotation, causing this function not to be exported. Fixes build of the glibmm binding test program on Visual Studio-style builds.
-rw-r--r--glib/src/binding.hg1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/src/binding.hg b/glib/src/binding.hg
index dd4054fd..afddd669 100644
--- a/glib/src/binding.hg
+++ b/glib/src/binding.hg
@@ -547,6 +547,7 @@ private:
* @param binding The Glib::Binding to set as managed, or an empty Glib::RefPtr.
* @return The same Glib::Binding or empty Glib::RefPtr.
*/
+GLIBMM_API
const Glib::RefPtr<Glib::Binding>& manage(const Glib::RefPtr<Glib::Binding>& binding);
} // namespace Glib