53c53 < '("PopplerAction*" "action") --- > '("PyObject*" "action") 89a90,162 > (fields > '("PopplerActionType" "type") > ) > ) > > (define-boxed ActionAny > (in-module "Poppler") > (c-name "PopplerActionAny") > (gtype-id "POPPLER_TYPE_ACTION_ANY") > (fields > '("gchar*" "title") > ) > ) > > (define-boxed ActionGotoDest > (in-module "Poppler") > (c-name "PopplerActionGotoDest") > (gtype-id "POPPLER_TYPE_ACTION_GOTO_DEST") > (fields > '("gchar*" "title") > '("PopplerDest*" "dest") > ) > ) > > (define-boxed ActionGotoRemote > (in-module "Poppler") > (c-name "PopplerActionGotoRemote") > (gtype-id "POPPLER_TYPE_ACTION_GOTO_REMOTE") > (fields > '("gchar*" "title") > '("gchar*" "file_name") > '("PopplerDest*" "dest") > ) > ) > > (define-boxed ActionLaunch > (in-module "Poppler") > (c-name "PopplerActionLaunch") > (gtype-id "POPPLER_TYPE_ACTION_LAUNCH") > (fields > '("gchar*" "title") > '("gchar*" "file_name") > '("gchar*" "params") > ) > ) > > (define-boxed ActionUri > (in-module "Poppler") > (c-name "PopplerActionUri") > (gtype-id "POPPLER_TYPE_ACTION_URI") > (fields > '("gchar*" "title") > '("gchar*" "uri") > ) > ) > > (define-boxed ActionNamed > (in-module "Poppler") > (c-name "PopplerActionNamed") > (gtype-id "POPPLER_TYPE_ACTION_NAMED") > (fields > '("gchar*" "title") > '("gchar*" "named_dest") > ) > ) > > (define-boxed ActionMovie > (in-module "Poppler") > (c-name "PopplerActionMovie") > (gtype-id "POPPLER_TYPE_ACTION_MOVIE") > (fields > '("gchar*" "title") > ) 1833a1907,1913 > > (define-method to_typed_action > (of-object "PopplerAction") > (c-name "poppler_action_get_typed_action") > (return-type "PyObject *") > ) >