X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-backends-manager.h;h=f939076cfa93072b905a09b0a6c5b87794e8bf4e;hb=1d0de30170119eade2a7305ffa8ec6d9a3e4af32;hp=a78d6f8437c481908865a8f5ce60ab988fbb4fba;hpb=31e16bd8f386dc292e60489d4a17227804bdc2e6;p=evince.git diff --git a/libdocument/ev-backends-manager.h b/libdocument/ev-backends-manager.h index a78d6f84..f939076c 100644 --- a/libdocument/ev-backends-manager.h +++ b/libdocument/ev-backends-manager.h @@ -14,9 +14,13 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#if !defined (__EV_EVINCE_DOCUMENT_H_INSIDE__) && !defined (EVINCE_COMPILATION) +#error "Only can be included directly." +#endif + #ifndef EV_BACKENDS_MANAGER #define EV_BACKENDS_MANAGER @@ -31,8 +35,8 @@ typedef struct _EvTypeInfo { const gchar **mime_types; } EvTypeInfo; -gboolean ev_backends_manager_init (void); -void ev_backends_manager_shutdown (void); +gboolean _ev_backends_manager_init (void); +void _ev_backends_manager_shutdown (void); EvDocument *ev_backends_manager_get_document (const gchar *mime_type); const gchar *ev_backends_manager_get_document_module_name (EvDocument *document);