pdf-devel
[Top][All Lists]
Advanced

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

Re: [pdf-devel] Abstract Data Types


From: gerel
Subject: Re: [pdf-devel] Abstract Data Types
Date: Mon, 08 Sep 2008 15:22:38 -0700 (PDT)

 > Date: Tue, 09 Sep 2008 00:12:32 +0200
 > From: address@hidden
 > 
 > Hi.
 > 
 > I just included a new section in the hackers guide with some
 > guidelines to apply when implementing abstract data types (such as
 > pdf_FOO_t).
 > 
 > I am also adapting the existing codebase to follow that conventions
 > (particularly the names for the functions that instantiate ADTs:
 > pdf_FOO_new).

Great!!

BTW regarding pdf_FOO_new,
##
pdf_status_t pdf_FOO_new (args..., pdf_FOO_t *adt)
###

I guess it's more common to pass the ADT type first and then the args anyway.

cheers

-gerel




reply via email to

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