evolution-data-server r9135 - in trunk: camel/providers/imap camel/providers/local docs/reference/camel/tmpl



Author: mbarnes
Date: Fri Jul 18 16:54:47 2008
New Revision: 9135
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9135&view=rev

Log:
2008-07-18  Matthew Barnes  <mbarnes redhat com>

	* camel/providers/imap/camel-imap-summary.c:
	* camel/providers/local/camel-local-summary.c:
	#include "camel-string-utils.h"

	* docs/reference/camel/tmpl:
	Let Gtk-Doc do its thing.



Modified:
   trunk/camel/providers/imap/ChangeLog
   trunk/camel/providers/imap/camel-imap-summary.c
   trunk/camel/providers/local/ChangeLog
   trunk/camel/providers/local/camel-local-summary.c
   trunk/docs/reference/camel/tmpl/camel-folder-search.sgml
   trunk/docs/reference/camel/tmpl/camel-folder-summary.sgml
   trunk/docs/reference/camel/tmpl/camel-folder.sgml
   trunk/docs/reference/camel/tmpl/camel-store.sgml
   trunk/docs/reference/camel/tmpl/camel-unused.sgml
   trunk/docs/reference/camel/tmpl/camel-vee-summary.sgml

Modified: trunk/camel/providers/imap/camel-imap-summary.c
==============================================================================
--- trunk/camel/providers/imap/camel-imap-summary.c	(original)
+++ trunk/camel/providers/imap/camel-imap-summary.c	Fri Jul 18 16:54:47 2008
@@ -32,6 +32,7 @@
 #include <sys/stat.h>
 
 #include "camel-file-utils.h"
+#include "camel-string-utils.h"
 
 #include "camel-imap-summary.h"
 #include "camel-imap-utils.h"

Modified: trunk/camel/providers/local/camel-local-summary.c
==============================================================================
--- trunk/camel/providers/local/camel-local-summary.c	(original)
+++ trunk/camel/providers/local/camel-local-summary.c	Fri Jul 18 16:54:47 2008
@@ -37,6 +37,7 @@
 #include "camel-file-utils.h"
 #include "camel-mime-message.h"
 #include "camel-stream-null.h"
+#include "camel-string-utils.h"
 
 #include "camel-local-summary.h"
 

Modified: trunk/docs/reference/camel/tmpl/camel-folder-search.sgml
==============================================================================
--- trunk/docs/reference/camel/tmpl/camel-folder-search.sgml	(original)
+++ trunk/docs/reference/camel/tmpl/camel-folder-search.sgml	Fri Jul 18 16:54:47 2008
@@ -29,7 +29,7 @@
 @folder: 
 @summary: 
 @summary_set: 
- summary_hash: 
+ query: 
 @current: 
 @current_message: 
 @body_index: 

Modified: trunk/docs/reference/camel/tmpl/camel-folder-summary.sgml
==============================================================================
--- trunk/docs/reference/camel/tmpl/camel-folder-summary.sgml	(original)
+++ trunk/docs/reference/camel/tmpl/camel-folder-summary.sgml	Fri Jul 18 16:54:47 2008
@@ -32,16 +32,20 @@
 @unread_count: 
 @deleted_count: 
 @junk_count: 
+ junk_not_deleted_count: 
+ visible_count: 
 @message_info_size: 
 @content_info_size: 
 @message_info_chunks: 
 @content_info_chunks: 
 @summary_path: 
 @build_content: 
- messages: 
- messages_uid: 
+ uids: 
+ loaded_infos: 
 @folder: 
 @meta_summary: 
+ cache_load_time: 
+ timeout_handle: 
 
 <!-- ##### STRUCT CamelMessageInfo ##### -->
 <para>
@@ -51,6 +55,7 @@
 @summary: 
 @refcount: 
 @uid: 
+ dirty: 
 
 <!-- ##### STRUCT CamelMessageInfoBase ##### -->
 <para>
@@ -60,6 +65,7 @@
 @summary: 
 @refcount: 
 @uid: 
+ dirty: 
 @subject: 
 @from: 
 @to: 
@@ -120,6 +126,7 @@
 @CAMEL_MESSAGE_NOTJUNK: 
 @CAMEL_MESSAGE_FORWARDED: 
 @CAMEL_MESSAGE_FOLDER_FLAGGED: 
+ CAMEL_MESSAGE_DB_DIRTY: 
 @CAMEL_MESSAGE_JUNK_LEARN: 
 @CAMEL_MESSAGE_USER: 
 
@@ -436,15 +443,6 @@
 @Returns: 
 
 
-<!-- ##### FUNCTION camel_folder_summary_array_free ##### -->
-<para>
-
-</para>
-
- summary: 
- array: 
-
-
 <!-- ##### FUNCTION camel_folder_summary_encode_token ##### -->
 <para>
 

Modified: trunk/docs/reference/camel/tmpl/camel-folder.sgml
==============================================================================
--- trunk/docs/reference/camel/tmpl/camel-folder.sgml	(original)
+++ trunk/docs/reference/camel/tmpl/camel-folder.sgml	Fri Jul 18 16:54:47 2008
@@ -31,6 +31,7 @@
 @summary: 
 @folder_flags: 
 @permanent_flags: 
+ cdb: 
 
 <!-- ##### STRUCT CamelFolderChangeInfo ##### -->
 <para>

Modified: trunk/docs/reference/camel/tmpl/camel-store.sgml
==============================================================================
--- trunk/docs/reference/camel/tmpl/camel-store.sgml	(original)
+++ trunk/docs/reference/camel/tmpl/camel-store.sgml	Fri Jul 18 16:54:47 2008
@@ -25,6 +25,7 @@
 @parent_object: 
 @priv: 
 @folders: 
+ cdb: 
 @flags: 
 @mode: 
 

Modified: trunk/docs/reference/camel/tmpl/camel-unused.sgml
==============================================================================
--- trunk/docs/reference/camel/tmpl/camel-unused.sgml	(original)
+++ trunk/docs/reference/camel/tmpl/camel-unused.sgml	Fri Jul 18 16:54:47 2008
@@ -460,6 +460,14 @@
 
 @Returns: 
 
+<!-- ##### FUNCTION camel_folder_summary_array_free ##### -->
+<para>
+
+</para>
+
+ summary: 
+ array: 
+
 <!-- ##### FUNCTION camel_index_name_get_type ##### -->
 <para>
 

Modified: trunk/docs/reference/camel/tmpl/camel-vee-summary.sgml
==============================================================================
--- trunk/docs/reference/camel/tmpl/camel-vee-summary.sgml	(original)
+++ trunk/docs/reference/camel/tmpl/camel-vee-summary.sgml	Fri Jul 18 16:54:47 2008
@@ -30,7 +30,7 @@
 </para>
 
 @info: 
- real: 
+ summary: 
 
 <!-- ##### FUNCTION camel_vee_summary_new ##### -->
 <para>
@@ -47,7 +47,8 @@
 </para>
 
 @s: 
- info: 
+ summary: 
+ uid: 
 @hash: 
 @Returns: 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]