pdf-devel
[Top][All Lists]
Advanced

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

Re: [pdf-devel] Public API and gl_list


From: Aleksander Morgado
Subject: Re: [pdf-devel] Public API and gl_list
Date: Mon, 10 Mar 2008 13:04:13 +0100
User-agent: Thunderbird 2.0.0.12 (Macintosh/20080213)


An alternative would be to define pdf_list_t, pdf_list_iterator_t, etc
much like the following:

struct pdf_list_s
{
   void *gl_list;
   /* Maybe more information... extensions, etc */
};

typedef pdf_list_s *pdf_list_t;


I agree with this proposal. This seems the best way to avoid including the real definition of gl_list_t in the public header of the library.

- Aleksander




reply via email to

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