/* * Uzbl Types */ enum ptr_type {TYPE_INT = 1, TYPE_STR, TYPE_FLOAT, TYPE_NAME, TYPE_FORMATTEDSTR // used by send_event };