Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto

Dir     : e17/proto/epdf/src/lib


Modified Files:
        poppler_document.cpp poppler_document.h 


Log Message:
doc fixes and indentation

===================================================================
RCS file: /cvs/e/e17/proto/epdf/src/lib/poppler_document.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- poppler_document.cpp        17 Apr 2006 18:06:10 -0000      1.3
+++ poppler_document.cpp        24 Apr 2006 21:26:43 -0000      1.4
@@ -322,7 +322,7 @@
   return fonts;
 }
 
-char *
+const char *
 epdf_document_filename_get (Epdf_Document *document)
 {
   if (!document)
===================================================================
RCS file: /cvs/e/e17/proto/epdf/src/lib/poppler_document.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- poppler_document.h  17 Apr 2006 18:06:10 -0000      1.2
+++ poppler_document.h  24 Apr 2006 21:26:43 -0000      1.3
@@ -45,7 +45,7 @@
  *
  */
 Epdf_Page *epdf_document_page_get (Epdf_Document *document,
-                                                   int                    
index);
+                                   int            index);
 
 /**
  * Return the count of the pages of the document
@@ -93,15 +93,16 @@
 unsigned char epdf_document_is_locked (Epdf_Document *document);
 
 /**
- * Return
+ * To be implemented
  *
  * @param document The document
- * @return
+ * @param data data
+ * @return @c NULL
  *
- * Return
+ * Return NULL
  *
  */
-const char *epdf_document_info_get (const char *data);
+const char *epdf_document_info_get (Epdf_Document *document, const char *data);
 
 /**
  * Return wheter the document is encrypted
@@ -216,7 +217,7 @@
  * Return the filename of the document @p document as a string
  *
  */
-char *epdf_document_filename_get (Epdf_Document *document);
+const char *epdf_document_filename_get (Epdf_Document *document);
 
 /**
  * Return the title as a string
@@ -224,7 +225,8 @@
  * @param document The document
  * @return The title as a string
  *
- * Return the title of the document @p document as a string
+ * Return the title of the document @p document as a string. The
+ * result must be freed
  *
  */
 char *epdf_document_title_get (Epdf_Document *document);
@@ -235,7 +237,8 @@
  * @param document The document
  * @return The author as a string
  *
- * Return the author of the document @p document as a string
+ * Return the author of the document @p document as a string. The
+ * result must be freed
  *
  */
 char *epdf_document_author_get (Epdf_Document *document);
@@ -246,7 +249,8 @@
  * @param document The document
  * @return The subject as a string
  *
- * Return the subject of the document @p document as a string
+ * Return the subject of the document @p document as a string. The
+ * result must be freed
  *
  */
 char *epdf_document_subject_get (Epdf_Document *document);
@@ -257,7 +261,8 @@
  * @param document The document
  * @return The keywords as a string
  *
- * Return the keywords of the document @p document as a string
+ * Return the keywords of the document @p document as a string. The
+ * result must be freed
  *
  */
 char *epdf_document_keywords_get (Epdf_Document *document);
@@ -268,7 +273,8 @@
  * @param document The document
  * @return The creator as a string
  *
- * Return the creator of the document @p document as a string
+ * Return the creator of the document @p document as a string. The
+ * result must be freed
  *
  */
 char *epdf_document_creator_get (Epdf_Document *document);
@@ -279,7 +285,8 @@
  * @param document The document
  * @return The producer as a string
  *
- * Return the producer of the document @p document as a string
+ * Return the producer of the document @p document as a string. The
+ * result must be freed
  *
  */
 char *epdf_document_producer_get (Epdf_Document *document);




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to