[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [pdf-devel] pdf_get_dict_entry()
From: |
jemarch |
Subject: |
Re: [pdf-devel] pdf_get_dict_entry() |
Date: |
Fri, 14 Sep 2007 17:13:17 +0200 |
User-agent: |
Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.1.50 (powerpc-unknown-linux-gnu) MULE/5.0 (SAKAKI) |
I try to create a type 2 function object from a dictionary.
Do I really have to call pdf_create_name("Domain",6),
pdf_get_dict_entry(), pdf_destroy_obj() for each access?
Are there preallocated name objects ?
We lack a library initialization function for the moment. This seems
to be the right time to write one. The routine can create a global
variable containing the preallocated name objects. I will put that
routine in pdf_base.
BTW, If you are actually implementing the function common data type,
please confirm it. I could then go forward for the lexer and the
parser.