X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-metadata.h;h=8daf61cbee9f6a00070091c5a39ca831a14fe622;hb=64f2cca8898d08f2b8c549d98a9c5869f7035e3f;hp=044e1b0a89b03a6d6834562c6630e0ff49bd6896;hpb=c07587236140aca6f4bda452043fb043769f0a80;p=evince.git diff --git a/shell/ev-metadata.h b/shell/ev-metadata.h index 044e1b0a..8daf61cb 100644 --- a/shell/ev-metadata.h +++ b/shell/ev-metadata.h @@ -15,13 +15,14 @@ * * 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. */ #ifndef EV_METADATA_H #define EV_METADATA_H #include +#include G_BEGIN_DECLS @@ -35,6 +36,7 @@ typedef struct _EvMetadataClass EvMetadataClass; GType ev_metadata_get_type (void) G_GNUC_CONST; EvMetadata *ev_metadata_new (GFile *file); +gboolean ev_metadata_is_empty (EvMetadata *metadata); gboolean ev_metadata_get_string (EvMetadata *metadata, const gchar *key,