gedit r6500 - in trunk: docs/reference gedit



Author: pborelli
Date: Sun Sep  7 14:45:30 2008
New Revision: 6500
URL: http://svn.gnome.org/viewvc/gedit?rev=6500&view=rev

Log:
fix some gtk-doc warnings


Modified:
   trunk/docs/reference/gedit-sections.txt
   trunk/gedit/gedit-document.c

Modified: trunk/docs/reference/gedit-sections.txt
==============================================================================
--- trunk/docs/reference/gedit-sections.txt	(original)
+++ trunk/docs/reference/gedit-sections.txt	Sun Sep  7 14:45:30 2008
@@ -1,6 +1,5 @@
 <SECTION>
 <FILE>gedit-app</FILE>
-GEDIT_APP_CONST
 GeditAppPrivate
 <TITLE>GeditApp</TITLE>
 GeditApp
@@ -24,7 +23,6 @@
 
 <SECTION>
 <FILE>gedit-document</FILE>
-GEDIT_DOCUMENT_CONST
 GeditSearchFlags
 GeditDocumentPrivate
 <TITLE>GeditDocument</TITLE>
@@ -109,7 +107,6 @@
 
 <SECTION>
 <FILE>gedit-message-area</FILE>
-GEDIT_MESSAGE_AREA_CONST
 GeditMessageAreaPrivate
 <TITLE>GeditMessageArea</TITLE>
 GeditMessageArea
@@ -161,7 +158,6 @@
 
 <SECTION>
 <FILE>gedit-panel</FILE>
-GEDIT_PANEL_CONST
 GeditPanelPrivate
 <TITLE>GeditPanel</TITLE>
 GeditPanel
@@ -185,7 +181,6 @@
 
 <SECTION>
 <FILE>gedit-plugin</FILE>
-GEDIT_PLUGIN_CONST
 <TITLE>GeditPlugin</TITLE>
 GeditPlugin
 gedit_plugin_activate
@@ -226,7 +221,6 @@
 
 <SECTION>
 <FILE>gedit-print</FILE>
-GEDIT_PRINT_JOB_CONST
 <TITLE>GeditPrintJob</TITLE>
 GeditPrintJob
 gedit_print_job_new
@@ -244,7 +238,6 @@
 
 <SECTION>
 <FILE>gedit-progress-message-area</FILE>
-GEDIT_PROGRESS_MESSAGE_AREA_CONST
 GeditProgressMessageAreaPrivate
 <TITLE>GeditProgressMessageArea</TITLE>
 GeditProgressMessageArea
@@ -289,7 +282,6 @@
 <SECTION>
 <FILE>gedit-tab</FILE>
 GeditTabState
-GEDIT_TAB_CONST
 GeditTabPrivate
 <TITLE>GeditTab</TITLE>
 GeditTab
@@ -338,7 +330,6 @@
 <SECTION>
 <FILE>gedit-window</FILE>
 GeditWindowState
-GEDIT_WINDOW_CONST
 GeditWindowPrivate
 <TITLE>GeditWindow</TITLE>
 GeditWindow

Modified: trunk/gedit/gedit-document.c
==============================================================================
--- trunk/gedit/gedit-document.c	(original)
+++ trunk/gedit/gedit-document.c	Sun Sep  7 14:45:30 2008
@@ -1130,7 +1130,7 @@
 
 /**
  * gedit_document_load:
- * @document: the #GeditDocument.
+ * @doc: the #GeditDocument.
  * @uri: the uri where to load the document from.
  * @encoding: the #GeditEncoding to encode the document.
  * @line_pos: the line to show.
@@ -1152,6 +1152,12 @@
 	g_signal_emit (doc, document_signals[LOAD], 0, uri, encoding, line_pos, create);
 }
 
+/**
+ * gedit_document_load_cancel:
+ * @doc: the #GeditDocument.
+ *
+ * Cancel load of a document.
+ */
 gboolean
 gedit_document_load_cancel (GeditDocument *doc)
 {
@@ -1254,7 +1260,7 @@
 
 /**
  * gedit_document_save:
- * @document: the #GeditDocument.
+ * @doc: the #GeditDocument.
  * @flags: optionnal #GeditDocumentSaveFlags.
  *
  * Save the document to its previous location. This results in the "save"
@@ -1277,7 +1283,7 @@
 
 /**
  * gedit_document_save_as:
- * @document: the #GeditDocument.
+ * @doc: the #GeditDocument.
  * @uri: the uri where to save the document.
  * @encoding: the #GeditEncoding to encode the document.
  * @flags: optionnal #GeditDocumentSaveFlags.



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