presentation-parser

presentation-parser —

Synopsis




CriaPresentation* cria_presentation_populate_from_xml_input
                                            (GsfInput *input,
                                             GnomeVFSURI *uri,
                                             GError **error);

Description

Details

cria_presentation_populate_from_xml_input ()

CriaPresentation* cria_presentation_populate_from_xml_input
                                            (GsfInput *input,
                                             GnomeVFSURI *uri,
                                             GError **error);

Takes an empty presentation and fills it with the data from the input

input : the GsfInput used to fill the presentation
uri : the GnomeVFSURI for this file
error : a location to return a GError
Returns : a new presentation from the GsfInput