pdf-devel
[Top][All Lists]
Advanced

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

[pdf-devel] [flyspray] Change API of the Time module and the Text module


From: GNU PDF Library
Subject: [pdf-devel] [flyspray] Change API of the Time module and the Text module to always return pdf_status_t
Date: Tue, 05 Aug 2008 09:54:52 +0200

THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened. Details are below. User who did this - Aleksander Morgado (aleksander)
Attached to Project - GNU PDF Library
Summary - Change API of the Time module and the Text module to always return 
pdf_status_t
Task Type - Sporadic Task
Category - Text Module
Status - STARTED
Assigned To - Aleksander Morgado
Operating System - All
Severity - Low
Priority - Normal
Reported Version - START
Due in Version - BASE-LAYER-0
Due Date - Undecided
Details - Some functions in the time module and in the text module return a 
pointer to the newly allocated object:
pdf_time_t pdf_time_new();
pdf_text_t pdf_text_new();
...

They should be modified so that the returned value is a pdf_status_t:
pdf_status_t pdf_time_new(pdf_time_t *p_time);
pdf_status_t pdf_text_new(pdf_text_t *p_text);
....

and so on.

More information can be found at the following URL:
http://www.gnupdf.org/flyspray/index.php?do=details&task_id=63

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]