summaryrefslogtreecommitdiff
path: root/glib/src/binding.hg
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2015-11-23 16:41:32 +0100
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2015-11-23 16:41:32 +0100
commit8516e068ea4eccbc4c7fd76df3ea03092fc325a5 (patch)
tree1e3d0f30775551667e43fe9a7845aea0afab79db /glib/src/binding.hg
parent0d13b4b18bd0aa607e7a8a244f6cea2415cd9f47 (diff)
downloadglibmm-8516e068ea4eccbc4c7fd76df3ea03092fc325a5.tar.gz
Glib: More nullptr instead of 0
Diffstat (limited to 'glib/src/binding.hg')
-rw-r--r--glib/src/binding.hg14
1 files changed, 7 insertions, 7 deletions
diff --git a/glib/src/binding.hg b/glib/src/binding.hg
index 5b5dd4bc..bc8cc369 100644
--- a/glib/src/binding.hg
+++ b/glib/src/binding.hg
@@ -133,7 +133,7 @@ public:
* @param transform_from The transformation function from the target to the source,
* or an empty slot to use the default.
* @return The Binding instance representing the binding between the two
- * Glib::ObjectBase instances, or <tt>0</tt> in case of error.
+ * Glib::ObjectBase instances, or <tt>nullptr</tt> in case of error.
*
* @newin{2,44}
*/
@@ -152,7 +152,7 @@ public:
* @param target_property The target property to bind.
* @param flags Flags to pass to Binding.
* @return The Binding instance representing the binding between the two
- * Glib::ObjectBase instances, or <tt>0</tt> in case of error.
+ * Glib::ObjectBase instances, or <tt>nullptr</tt> in case of error.
*
* @see bind_property_value()
*
@@ -175,7 +175,7 @@ public:
* @param transform_to The transformation function from the source to the target,
* or an empty slot to use the default.
* @return The Binding instance representing the binding between the two
- * Glib::ObjectBase instances, or <tt>0</tt> in case of error.
+ * Glib::ObjectBase instances, or <tt>nullptr</tt> in case of error.
*
* @tparam T_source Type of the source property. Must be a type that can be
* stored in a Glib::Value<T_source> object.
@@ -211,7 +211,7 @@ public:
* @param transform_to The transformation function from the source to the target,
* or an empty slot to use the default.
* @return The Binding instance representing the binding between the two
- * Glib::ObjectBase instances, or <tt>0</tt> in case of error.
+ * Glib::ObjectBase instances, or <tt>nullptr</tt> in case of error.
*
* @tparam T_source Type of the source property. Must be a type that can be
* stored in a Glib::Value<T_source> object.
@@ -247,7 +247,7 @@ public:
* @param transform_to The transformation function from the source to the target,
* or an empty slot to use the default.
* @return The Binding instance representing the binding between the two
- * Glib::ObjectBase instances, or <tt>0</tt> in case of error.
+ * Glib::ObjectBase instances, or <tt>nullptr</tt> in case of error.
*
* @tparam T_source Type of the source property. Must be a type that can be
* stored in a Glib::Value<T_source> object.
@@ -283,7 +283,7 @@ public:
* @param transform_to The transformation function from the source to the target,
* or an empty slot to use the default.
* @return The Binding instance representing the binding between the two
- * Glib::ObjectBase instances, or <tt>0</tt> in case of error.
+ * Glib::ObjectBase instances, or <tt>nullptr</tt> in case of error.
*
* @tparam T_source Type of the source property. Must be a type that can be
* stored in a Glib::Value<T_source> object.
@@ -321,7 +321,7 @@ public:
* @param transform_from The transformation function from the target to the source,
* or an empty slot to use the default.
* @return The Binding instance representing the binding between the two
- * Glib::ObjectBase instances, or <tt>0</tt> in case of error.
+ * Glib::ObjectBase instances, or <tt>nullptr</tt> in case of error.
*
* @tparam T_source Type of the source property. Must be a type that can be
* stored in a Glib::Value<T_source> object.