evolution r36936 - in branches/kill-bonobo: doc/reference/shell doc/reference/shell/tmpl shell



Author: mbarnes
Date: Sun Dec 28 06:26:01 2008
New Revision: 36936
URL: http://svn.gnome.org/viewvc/evolution?rev=36936&view=rev

Log:
Update EShell documentation.


Modified:
   branches/kill-bonobo/doc/reference/shell/eshell-sections.txt
   branches/kill-bonobo/doc/reference/shell/tmpl/e-shell.sgml
   branches/kill-bonobo/shell/e-shell.c

Modified: branches/kill-bonobo/doc/reference/shell/eshell-sections.txt
==============================================================================
--- branches/kill-bonobo/doc/reference/shell/eshell-sections.txt	(original)
+++ branches/kill-bonobo/doc/reference/shell/eshell-sections.txt	Sun Dec 28 06:26:01 2008
@@ -2,7 +2,6 @@
 <FILE>e-shell</FILE>
 <TITLE>EShell</TITLE>
 EShell
-EShellLineStatus
 e_shell_get_default
 e_shell_list_modules
 e_shell_get_canonical_name
@@ -13,10 +12,10 @@
 e_shell_get_focused_window
 e_shell_handle_uri
 e_shell_send_receive
+e_shell_get_network_available
+e_shell_set_network_available
 e_shell_get_online_mode
 e_shell_set_online_mode
-e_shell_get_line_status
-e_shell_set_line_status
 e_shell_get_preferences_window
 e_shell_event
 e_shell_is_busy
@@ -35,7 +34,7 @@
 e_shell_get_type
 <SUBSECTION Private>
 EShellPrivate
-e_shell_migrate_error_quirk
+e_shell_migrate_error_quark
 </SECTION>
 
 <SECTION>

Modified: branches/kill-bonobo/doc/reference/shell/tmpl/e-shell.sgml
==============================================================================
--- branches/kill-bonobo/doc/reference/shell/tmpl/e-shell.sgml	(original)
+++ branches/kill-bonobo/doc/reference/shell/tmpl/e-shell.sgml	Sun Dec 28 06:26:01 2008
@@ -188,6 +188,24 @@
 @parent: 
 
 
+<!-- ##### FUNCTION e_shell_get_network_available ##### -->
+<para>
+
+</para>
+
+ shell: 
+ Returns: 
+
+
+<!-- ##### FUNCTION e_shell_set_network_available ##### -->
+<para>
+
+</para>
+
+ shell: 
+ network_available: 
+
+
 <!-- ##### FUNCTION e_shell_get_online_mode ##### -->
 <para>
 

Modified: branches/kill-bonobo/shell/e-shell.c
==============================================================================
--- branches/kill-bonobo/shell/e-shell.c	(original)
+++ branches/kill-bonobo/shell/e-shell.c	Sun Dec 28 06:26:01 2008
@@ -549,7 +549,7 @@
 		G_TYPE_POINTER);
 
 	/**
-	 * EShell:handle-uri
+	 * EShell::handle-uri
 	 * @shell: the #EShell which emitted the signal
 	 * @uri: the URI to be handled
 	 *
@@ -570,7 +570,7 @@
 		G_TYPE_STRING);
 
 	/**
-	 * EShell:prepare-for-offline
+	 * EShell::prepare-for-offline
 	 * @shell: the #EShell which emitted the signal
 	 * @activity: the #EActivity for offline preparations
 	 *
@@ -595,7 +595,7 @@
 		E_TYPE_ACTIVITY);
 
 	/**
-	 * EShell:prepare-for-online
+	 * EShell::prepare-for-online
 	 * @shell: the #EShell which emitted the signal
 	 * @activity: the #EActivity for offline preparations
 	 *
@@ -620,7 +620,7 @@
 		E_TYPE_ACTIVITY);
 
 	/**
-	 * EShell:send-receive
+	 * EShell::send-receive
 	 * @shell: the #EShell which emitted the signal
 	 * @parent: a parent #GtkWindow
 	 *
@@ -637,7 +637,7 @@
 		GTK_TYPE_WINDOW);
 
 	/**
-	 * EShell:window-created
+	 * EShell::window-created
 	 * @shell: the #EShell which emitted the signal
 	 * @shell_window: the newly created #EShellWindow
 	 *
@@ -653,7 +653,7 @@
 		E_TYPE_SHELL_WINDOW);
 
 	/**
-	 * EShell:window-destroyed
+	 * EShell::window-destroyed
 	 * @shell: the #EShell which emitted the signal
 	 * @last_window: whether that was the last #EShellWindow
 	 *



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