Function
EvinceDocumentDocumentfactory_add_filters
Declaration [src]
void
ev_document_factory_add_filters (
  GtkWidget* chooser,
  EvDocument* document
)
Description [src]
Adds some file filters to chooser.
Always add a “All documents” format.
If document is not NULL, adds a GtkFileFilter for document‘s MIME type.
If document is NULL, adds a GtkFileFilter for each document type that evince
can handle.
Parameters
- chooser
- 
            Type: GtkWidgetA GtkFileChooser.The data is owned by the caller of the function. 
- document
- 
            Type: EvDocumentA EvDocument, orNULL.The data is owned by the caller of the function.