Sha256: 2e40f214be1072086ad2848648750bd0f0324ed3754ab0f28a13ec31d70c7289

Contents?: true

Size: 1.73 KB

Versions: 104

Compression:

Stored size: 1.73 KB

Contents

/* poppler-layer.h: glib interface to poppler
 *
 * Copyright (C) 2008 Carlos Garcia Campos <carlosgc@gnome.org>
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2, or (at your option)
 * any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * 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., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 */

#ifndef __POPPLER_LAYER_H__
#define __POPPLER_LAYER_H__

#include <glib-object.h>
#include "poppler.h"

G_BEGIN_DECLS

#define POPPLER_TYPE_LAYER    (poppler_layer_get_type ())
#define POPPLER_LAYER(obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), POPPLER_TYPE_LAYER, PopplerLayer))
#define POPPLER_IS_LAYER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), POPPLER_TYPE_LAYER))

GType        poppler_layer_get_type                  (void) G_GNUC_CONST;

const gchar *poppler_layer_get_title                 (PopplerLayer *layer);
gboolean     poppler_layer_is_visible                (PopplerLayer *layer);
void         poppler_layer_show                      (PopplerLayer *layer);
void         poppler_layer_hide                      (PopplerLayer *layer);
gboolean     poppler_layer_is_parent                 (PopplerLayer *layer);
gint         poppler_layer_get_radio_button_group_id (PopplerLayer *layer);

G_END_DECLS

#endif /* __POPPLER_LAYER_H__ */

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
poppler-3.0.9-x64-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.9-x86-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.8-x86-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.8-x64-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.7-x64-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.7-x86-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.6-x64-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.6-x86-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.5-x64-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.5-x86-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.4-x64-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.4-x86-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.3-x64-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.3-x86-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.2-x64-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.2-x86-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.1-x64-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.1-x86-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.0-x64-mingw32 vendor/local/include/poppler/glib/poppler-layer.h
poppler-3.0.0-x86-mingw32 vendor/local/include/poppler/glib/poppler-layer.h