g_return_if_fail (GPDF_IS_NON_NULL_CONTROL (control));
priv = control->priv;
if ((to_id = (unsigned int)
if ((to_id = (unsigned long)
g_object_get_data (G_OBJECT (control),
"status-timeout-id")) != 0) {
g_object_set_data (G_OBJECT (control),
class GfxState;
class UnicodeMap;
class TextBlock;
class TextPage;
class TextLineFrag;
//------------------------------------------------------------------------
typedef void (*TextOutputFunc)(void *stream, char *text, int len);