Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <glib.h>
#include <memory>
Go to the source code of this file.
Data Structures | |
struct | unique_gptr_deleter< T > |
Typedefs | |
template<typename T > | |
using | unique_gptr = std::unique_ptr< T, unique_gptr_deleter< T >> |
using unique_gptr = std::unique_ptr<T, unique_gptr_deleter<T>> |
Definition at line 31 of file EvMemoryUtils.h.