goffice r2200 - in trunk: docs/reference/tmpl goffice/utils



Author: jody
Date: Thu Aug 28 12:01:00 2008
New Revision: 2200
URL: http://svn.gnome.org/viewvc/goffice?rev=2200&view=rev

Log:
fix typo


Modified:
   trunk/docs/reference/tmpl/gog-object.sgml
   trunk/docs/reference/tmpl/gog-renderer.sgml
   trunk/docs/reference/tmpl/gog-styled-object.sgml
   trunk/goffice/utils/go-file.c

Modified: trunk/docs/reference/tmpl/gog-object.sgml
==============================================================================
--- trunk/docs/reference/tmpl/gog-object.sgml	(original)
+++ trunk/docs/reference/tmpl/gog-object.sgml	Thu Aug 28 12:01:00 2008
@@ -134,53 +134,53 @@
 
 </para>
 
- gogobject: the object which received the signal.
- arg1: 
+@: 
+@: 
 
 <!-- ##### SIGNAL GogObject::child-added ##### -->
 <para>
 
 </para>
 
- gogobject: the object which received the signal.
- arg1: 
+@: 
+@: 
 
 <!-- ##### SIGNAL GogObject::child-name-changed ##### -->
 <para>
 
 </para>
 
- gogobject: the object which received the signal.
- arg1: 
+@: 
+@: 
 
 <!-- ##### SIGNAL GogObject::child-removed ##### -->
 <para>
 
 </para>
 
- gogobject: the object which received the signal.
- arg1: 
+@: 
+@: 
 
 <!-- ##### SIGNAL GogObject::children-reordered ##### -->
 <para>
 
 </para>
 
- gogobject: the object which received the signal.
+@: 
 
 <!-- ##### SIGNAL GogObject::name-changed ##### -->
 <para>
 
 </para>
 
- gogobject: the object which received the signal.
+@: 
 
 <!-- ##### SIGNAL GogObject::update-editor ##### -->
 <para>
 
 </para>
 
- gogobject: the object which received the signal.
+@: 
 
 <!-- ##### ARG GogObject:alignment ##### -->
 <para>
@@ -644,3 +644,51 @@
 @doc: 
 
 
+<!-- ##### FUNCTION gog_object_write_xml_sax ##### -->
+<para>
+
+</para>
+
+ obj: 
+ output: 
+
+
+<!-- ##### FUNCTION gog_object_new_from_xml ##### -->
+<para>
+
+</para>
+
+ parent: 
+ node: 
+ Returns: 
+
+
+<!-- ##### USER_FUNCTION GogObjectSaxHandler ##### -->
+<para>
+
+</para>
+
+ obj: 
+ user_data: 
+
+
+<!-- ##### FUNCTION gog_object_sax_push_parser ##### -->
+<para>
+
+</para>
+
+ xin: 
+ attrs: 
+ handler: 
+ user_data: 
+
+
+<!-- ##### FUNCTION gog_xml_read_state_get_obj ##### -->
+<para>
+
+</para>
+
+ xin: 
+ Returns: 
+
+

Modified: trunk/docs/reference/tmpl/gog-renderer.sgml
==============================================================================
--- trunk/docs/reference/tmpl/gog-renderer.sgml	(original)
+++ trunk/docs/reference/tmpl/gog-renderer.sgml	Thu Aug 28 12:01:00 2008
@@ -466,50 +466,3 @@
 @Returns: 
 
 
-<!-- ##### FUNCTION gog_renderer_draw_sharp_path ##### -->
-<para>
-
-</para>
-
- rend: 
- path: 
-
-
-<!-- ##### FUNCTION gog_renderer_draw_sharp_polygon ##### -->
-<para>
-
-</para>
-
- rend: 
- path: 
- narrow: 
-
-
-<!-- ##### FUNCTION gog_renderer_draw_path ##### -->
-<para>
-
-</para>
-
- rend: 
- path: 
-
-
-<!-- ##### FUNCTION gog_renderer_draw_polygon ##### -->
-<para>
-
-</para>
-
- rend: 
- path: 
- narrow: 
-
-
-<!-- ##### FUNCTION gog_renderer_draw_bezier_path ##### -->
-<para>
-
-</para>
-
- rend: 
- path: 
-
-

Modified: trunk/docs/reference/tmpl/gog-styled-object.sgml
==============================================================================
--- trunk/docs/reference/tmpl/gog-styled-object.sgml	(original)
+++ trunk/docs/reference/tmpl/gog-styled-object.sgml	Thu Aug 28 12:01:00 2008
@@ -29,8 +29,8 @@
 
 </para>
 
- gogstyledobject: the object which received the signal.
- arg1: 
+@: 
+@: 
 
 <!-- ##### ARG GogStyledObject:style ##### -->
 <para>

Modified: trunk/goffice/utils/go-file.c
==============================================================================
--- trunk/goffice/utils/go-file.c	(original)
+++ trunk/goffice/utils/go-file.c	Thu Aug 28 12:01:00 2008
@@ -1144,7 +1144,7 @@
 	char *content_type = g_content_type_from_mime_type (mime_type);
 	char *description = NULL;
 	if (content_type) {
-		descrition = g_content_type_get_description (content_type);
+		description = g_content_type_get_description (content_type);
 		g_free (content_type);
 	}
 	return (description)? description: g_strdup (mime_type);



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