~ubuntu-branches/ubuntu/trusty/glib2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gobject/gbinding.c

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-03-04 13:08:00 UTC
  • mfrom: (1.63.34)
  • Revision ID: package-import@ubuntu.com-20140304130800-6f4fs4s8iri00blg
Tags: 2.39.91-0ubuntu1
* New upstream release 2.39.91
* revert-0001-Improve-GAsyncQueue-test-coverage.patch: Drop, fixed upstream.
* Re-enable test_timer_stop to gather more information about the failure.
* debian/libglib2.0-0.symbols: Update with new symbols in this release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
706
706
 *
707
707
 * Retrieves the flags passed when constructing the #GBinding.
708
708
 *
709
 
 * Return value: the #GBindingFlags used by the #GBinding
 
709
 * Returns: the #GBindingFlags used by the #GBinding
710
710
 *
711
711
 * Since: 2.26
712
712
 */
724
724
 *
725
725
 * Retrieves the #GObject instance used as the source of the binding.
726
726
 *
727
 
 * Return value: (transfer none): the source #GObject
 
727
 * Returns: (transfer none): the source #GObject
728
728
 *
729
729
 * Since: 2.26
730
730
 */
742
742
 *
743
743
 * Retrieves the #GObject instance used as the target of the binding.
744
744
 *
745
 
 * Return value: (transfer none): the target #GObject
 
745
 * Returns: (transfer none): the target #GObject
746
746
 *
747
747
 * Since: 2.26
748
748
 */
761
761
 * Retrieves the name of the property of #GBinding:source used as the source
762
762
 * of the binding.
763
763
 *
764
 
 * Return value: the name of the source property
 
764
 * Returns: the name of the source property
765
765
 *
766
766
 * Since: 2.26
767
767
 */
780
780
 * Retrieves the name of the property of #GBinding:target used as the target
781
781
 * of the binding.
782
782
 *
783
 
 * Return value: the name of the target property
 
783
 * Returns: the name of the target property
784
784
 *
785
785
 * Since: 2.26
786
786
 */
854
854
 * for each transformation function, please use
855
855
 * g_object_bind_property_with_closures() instead.
856
856
 *
857
 
 * Return value: (transfer none): the #GBinding instance representing the
 
857
 * Returns: (transfer none): the #GBinding instance representing the
858
858
 *     binding between the two #GObject instances. The binding is released
859
859
 *     whenever the #GBinding reference count reaches zero.
860
860
 *
1035
1035
 *
1036
1036
 * A #GObject can have multiple bindings.
1037
1037
 *
1038
 
 * Return value: (transfer none): the #GBinding instance representing the
 
1038
 * Returns: (transfer none): the #GBinding instance representing the
1039
1039
 *     binding between the two #GObject instances. The binding is released
1040
1040
 *     whenever the #GBinding reference count reaches zero.
1041
1041
 *
1186
1186
 *
1187
1187
 * Rename to: g_object_bind_property_full
1188
1188
 *
1189
 
 * Return value: (transfer none): the #GBinding instance representing the
 
1189
 * Returns: (transfer none): the #GBinding instance representing the
1190
1190
 *     binding between the two #GObject instances. The binding is released
1191
1191
 *     whenever the #GBinding reference count reaches zero.
1192
1192
 *