summaryrefslogtreecommitdiff
path: root/glib/src/binding.hg
diff options
context:
space:
mode:
Diffstat (limited to 'glib/src/binding.hg')
-rw-r--r--glib/src/binding.hg7
1 files changed, 6 insertions, 1 deletions
diff --git a/glib/src/binding.hg b/glib/src/binding.hg
index 33f69b5e..ca20d939 100644
--- a/glib/src/binding.hg
+++ b/glib/src/binding.hg
@@ -102,8 +102,13 @@ class Binding : public Glib::Object
public:
_WRAP_ENUM(Flags, GBindingFlags, newin "2,44")
- /** For instance,<br>
+ /** A slot to be called to transform values in a binding created by
+ * bind_property_value().
+ *
+ * For instance:
+ * @code
* bool on_transform_to(const GValue* from_value, GValue* to_value);
+ * @endcode
*
* @return <tt>true</tt> if the transformation was successful, and <tt>false</tt> otherwise.
*/