aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-04-24 03:06:01 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-04-24 08:06:01 +0800
commitc64602b39797e4d1ffdc23766b2caaf5a0be000b (patch)
tree93ee3eced216fe28437ec54eeab23ea0396ff746 /doc
parentea7e2ab44b9c8d03c7cee3569becb3dcf15e8bb1 (diff)
downloadgsoc2013-evolution-c64602b39797e4d1ffdc23766b2caaf5a0be000b.tar
gsoc2013-evolution-c64602b39797e4d1ffdc23766b2caaf5a0be000b.tar.gz
gsoc2013-evolution-c64602b39797e4d1ffdc23766b2caaf5a0be000b.tar.bz2
gsoc2013-evolution-c64602b39797e4d1ffdc23766b2caaf5a0be000b.tar.lz
gsoc2013-evolution-c64602b39797e4d1ffdc23766b2caaf5a0be000b.tar.xz
gsoc2013-evolution-c64602b39797e4d1ffdc23766b2caaf5a0be000b.tar.zst
gsoc2013-evolution-c64602b39797e4d1ffdc23766b2caaf5a0be000b.zip
Add EDataCapture.
EDataCapture is a GConverter that captures data until the end of the input data is seen, then emits a "finished" signal with the captured data in a GBytes instance. When used with GConverterInputStream or GConverterOutputStream, an EDataCapture can discreetly capture stream content for the purpose of caching.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/libeutil/libeutil-docs.sgml1
-rw-r--r--doc/reference/libeutil/libeutil-sections.txt19
-rw-r--r--doc/reference/libeutil/libeutil.types1
3 files changed, 21 insertions, 0 deletions
diff --git a/doc/reference/libeutil/libeutil-docs.sgml b/doc/reference/libeutil/libeutil-docs.sgml
index 2442b435eb..2d705be6c3 100644
--- a/doc/reference/libeutil/libeutil-docs.sgml
+++ b/doc/reference/libeutil/libeutil-docs.sgml
@@ -230,6 +230,7 @@
<xi:include href="xml/e-cell-renderer-color.xml"/>
<xi:include href="xml/e-charset-combo-box.xml"/>
<xi:include href="xml/e-contact-store.xml"/>
+ <xi:include href="xml/e-data-capture.xml"/>
<xi:include href="xml/e-dateedit.xml"/>
<xi:include href="xml/e-destination-store.xml"/>
<xi:include href="xml/e-focus-tracker.xml"/>
diff --git a/doc/reference/libeutil/libeutil-sections.txt b/doc/reference/libeutil/libeutil-sections.txt
index cc80cd64c0..0c8989491d 100644
--- a/doc/reference/libeutil/libeutil-sections.txt
+++ b/doc/reference/libeutil/libeutil-sections.txt
@@ -1406,6 +1406,25 @@ EContactStorePrivate
</SECTION>
<SECTION>
+<FILE>e-data-capture</FILE>
+<TITLE>EDataCapture</TITLE>
+EDataCapture
+e_data_capture_new
+e_data_capture_ref_main_context
+<SUBSECTION Standard>
+E_DATA_CAPTURE
+E_IS_DATA_CAPTURE
+E_TYPE_DATA_CAPTURE
+E_DATA_CAPTURE_CLASS
+E_IS_DATA_CAPTURE_CLASS
+E_DATA_CAPTURE_GET_CLASS
+EDataCaptureClass
+e_data_capture_get_type
+<SUBSECTION Private>
+EDataCapturePrivate
+</SECTION>
+
+<SECTION>
<FILE>e-dateedit</FILE>
<TITLE>EDateEdit</TITLE>
EDateEditGetTimeCallback
diff --git a/doc/reference/libeutil/libeutil.types b/doc/reference/libeutil/libeutil.types
index bd1ec8d1bf..bd867bad26 100644
--- a/doc/reference/libeutil/libeutil.types
+++ b/doc/reference/libeutil/libeutil.types
@@ -59,6 +59,7 @@ e_client_selector_get_type
e_config_get_type
e_config_hook_get_type
e_contact_store_get_type
+e_data_capture_get_type
e_date_edit_get_type
e_destination_store_get_type
e_event_get_type