From 1e663aa13266cad55e5019c03e768a38955166eb Mon Sep 17 00:00:00 2001
From: Matthew Barnes <mbarnes@redhat.com>
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 @@
     <xi:include href="xml/e-account-utils.xml"/>
     <xi:include href="xml/e-alert.xml"/>
     <xi:include href="xml/e-bit-array.xml"/>
-    <xi:include href="xml/e-binding.xml"/>
     <xi:include href="xml/e-categories-config.xml"/>
     <xi:include href="xml/e-datetime-format.xml"/>
     <xi:include href="xml/e-dialog-utils.xml"/>
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
 </SECTION>
 
-<SECTION>
-<FILE>e-binding</FILE>
-<TITLE>GObject Property Bindings</TITLE>
-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
-<SUBSECTION Private>
-EBindingBase
-EBindingLink
-</SECTION>
-
 <SECTION>
 <FILE>e-bit-array</FILE>
 <TITLE>Bit Arrays (Legacy)</TITLE>
@@ -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: 
 
 
+<!-- ##### FUNCTION e_binding_transform_color_to_string ##### -->
+<para>
+
+</para>
+
+@binding: 
+@source_value: 
+@target_value: 
+@user_data: 
+@Returns: 
+
+
+<!-- ##### FUNCTION e_binding_transform_string_to_color ##### -->
+<para>
+
+</para>
+
+@binding: 
+@source_value: 
+@target_value: 
+@user_data: 
+@Returns: 
+
+
 <!-- ##### FUNCTION e_charset_add_radio_actions ##### -->
 <para>
 
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 @@
+<!-- ##### SECTION ./tmpl/e-binding.sgml:Image ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/e-binding.sgml:Long_Description ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/e-binding.sgml:See_Also ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### SECTION ./tmpl/e-binding.sgml:Short_Description ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/e-binding.sgml:Stability_Level ##### -->
+
+
+
+<!-- ##### SECTION ./tmpl/e-binding.sgml:Title ##### -->
+GObject Property Bindings
+
+
 <!-- ##### SECTION ./tmpl/e-shell-window.sgml.sgml.sgml.sgml:Image ##### -->
 
 
@@ -82,6 +110,28 @@ e-shell-window.sgml.sgml
 e-shell-window.sgml
 
 
+<!-- ##### STRUCT EBinding ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### USER_FUNCTION EBindingTransform ##### -->
+<para>
+
+</para>
+
+@src_value: 
+@dst_value: 
+@user_data: 
+@Returns: 
+
+<!-- ##### STRUCT EMutualBinding ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### ARG EShellSearchbar:label-visible ##### -->
 <para>
 
@@ -162,6 +212,49 @@ e-shell-window.sgml
 @activity: 
 @allow_cancel: 
 
+<!-- ##### FUNCTION e_binding_new ##### -->
+<para>
+
+</para>
+
+@src_object: 
+@src_property: 
+@dst_object: 
+@dst_property: 
+@Returns: 
+
+<!-- ##### FUNCTION e_binding_new_full ##### -->
+<para>
+
+</para>
+
+@src_object: 
+@src_property: 
+@dst_object: 
+@dst_property: 
+@transform: 
+@destroy_notify: 
+@user_data: 
+@Returns: 
+
+<!-- ##### FUNCTION e_binding_new_with_negation ##### -->
+<para>
+
+</para>
+
+@src_object: 
+@src_property: 
+@dst_object: 
+@dst_property: 
+@Returns: 
+
+<!-- ##### FUNCTION e_binding_unbind ##### -->
+<para>
+
+</para>
+
+@binding: 
+
 <!-- ##### FUNCTION e_get_user_data_dir ##### -->
 <para>
 
@@ -170,6 +263,50 @@ e-shell-window.sgml
 @void: 
 @Returns: 
 
+<!-- ##### FUNCTION e_mutual_binding_new ##### -->
+<para>
+
+</para>
+
+@object1: 
+@property1: 
+@object2: 
+@property2: 
+@Returns: 
+
+<!-- ##### FUNCTION e_mutual_binding_new_full ##### -->
+<para>
+
+</para>
+
+@object1: 
+@property1: 
+@object2: 
+@property2: 
+@transform: 
+@reverse_transform: 
+@destroy_notify: 
+@user_data: 
+@Returns: 
+
+<!-- ##### FUNCTION e_mutual_binding_new_with_negation ##### -->
+<para>
+
+</para>
+
+@object1: 
+@property1: 
+@object2: 
+@property2: 
+@Returns: 
+
+<!-- ##### FUNCTION e_mutual_binding_unbind ##### -->
+<para>
+
+</para>
+
+@binding: 
+
 <!-- ##### FUNCTION e_shell_content_get_search_name ##### -->
 <para>
 
-- 
cgit v1.2.3