From 1e663aa13266cad55e5019c03e768a38955166eb Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 13 Oct 2010 23:40:16 -0400 Subject: Replace EBinding with GBinding. GObject now does property bindings itself. Requires GLib >= 2.26. --- doc/reference/shell/eshell-docs.sgml | 1 - doc/reference/shell/eshell-sections.txt | 23 +---- doc/reference/shell/tmpl/e-util.sgml | 24 +++++ doc/reference/shell/tmpl/eshell-unused.sgml | 137 ++++++++++++++++++++++++++++ 4 files changed, 163 insertions(+), 22 deletions(-) (limited to 'doc') diff --git a/doc/reference/shell/eshell-docs.sgml b/doc/reference/shell/eshell-docs.sgml index 6101932139..eff7d8d278 100644 --- a/doc/reference/shell/eshell-docs.sgml +++ b/doc/reference/shell/eshell-docs.sgml @@ -30,7 +30,6 @@ - diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index 2f25154d7f..016493a7f4 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -799,27 +799,6 @@ e_attachment_view_get_type EAttachmentViewPrivate -
-e-binding -GObject Property Bindings -EBinding -EMutualBinding -EBindingTransform -e_binding_new -e_binding_new_full -e_binding_new_with_negation -e_binding_unbind -e_mutual_binding_new -e_mutual_binding_new_full -e_mutual_binding_new_with_negation -e_mutual_binding_unbind -e_binding_transform_color_to_string -e_binding_transform_string_to_color - -EBindingBase -EBindingLink -
-
e-bit-array Bit Arrays (Legacy) @@ -1204,6 +1183,8 @@ e_file_lock_destroy e_file_lock_exists e_util_guess_mime_type e_util_get_category_filter_options +e_binding_transform_color_to_string +e_binding_transform_string_to_color e_charset_add_radio_actions e_file_replace_contents_async e_file_replace_contents_finish diff --git a/doc/reference/shell/tmpl/e-util.sgml b/doc/reference/shell/tmpl/e-util.sgml index b07000df3f..01810abbc2 100644 --- a/doc/reference/shell/tmpl/e-util.sgml +++ b/doc/reference/shell/tmpl/e-util.sgml @@ -335,6 +335,30 @@ Miscellaneous Utilities @Returns: + + + + + +@binding: +@source_value: +@target_value: +@user_data: +@Returns: + + + + + + + +@binding: +@source_value: +@target_value: +@user_data: +@Returns: + + diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml index 1488652840..3c0d257832 100644 --- a/doc/reference/shell/tmpl/eshell-unused.sgml +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -1,3 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +GObject Property Bindings + + @@ -82,6 +110,28 @@ e-shell-window.sgml.sgml e-shell-window.sgml + + + + + + + + + + + +@src_value: +@dst_value: +@user_data: +@Returns: + + + + + + + @@ -162,6 +212,49 @@ e-shell-window.sgml @activity: @allow_cancel: + + + + + +@src_object: +@src_property: +@dst_object: +@dst_property: +@Returns: + + + + + + +@src_object: +@src_property: +@dst_object: +@dst_property: +@transform: +@destroy_notify: +@user_data: +@Returns: + + + + + + +@src_object: +@src_property: +@dst_object: +@dst_property: +@Returns: + + + + + + +@binding: + @@ -170,6 +263,50 @@ e-shell-window.sgml @void: @Returns: + + + + + +@object1: +@property1: +@object2: +@property2: +@Returns: + + + + + + +@object1: +@property1: +@object2: +@property2: +@transform: +@reverse_transform: +@destroy_notify: +@user_data: +@Returns: + + + + + + +@object1: +@property1: +@object2: +@property2: +@Returns: + + + + + + +@binding: + -- cgit v1.2.3