im_loog,
im_context_refinc,
im_context_refdec,
- im_errors,
- i_mutex_new,
- i_mutex_destroy,
- i_mutex_lock,
- i_mutex_unlock,
- im_context_slot_new,
- im_context_slot_set,
- im_context_slot_get
+ im_errors
};
/* in general these functions aren't called by Imager internally, but
Retrieve the context object for the current thread.
Inside Imager itself this is just a function pointer, which the
-F<Imager.xs> BOOT handler initializes for use within perl. If you're
+Imager.xs BOOT handler initializes for use within perl. If you're
taking the Imager code and embedding it elsewhere you need to
initialize the C<im_get_context> pointer at some point.