~ubuntu-branches/ubuntu/raring/thunar-media-tags-plugin/raring

« back to all changes in this revision

Viewing changes to thunar-plugin/media-tags-provider.c

  • Committer: Package Import Robot
  • Author(s): Yves-Alexis Perez
  • Date: 2011-11-30 22:20:30 UTC
  • mfrom: (1.1.5) (1.2.5 sid)
  • Revision ID: package-import@ubuntu.com-20111130222030-5pjt5dulv5rnriql
Tags: 0.2.0-1
* New upstream release.
* debian/patches:
  - 01_port-to-thunarx-2 and 02_port-to-exo-1,
    03_fix-crash-with-ogg-video-files and 04_fix-implicit-dso-linkin
    dropped, included upstream.
* debian/rules:
  - drop xdt-autogen rules, not needed anymore.
  - use dh9 and dpkg-dev 1.16.1 hardening rules.
  - switch to multiarch paths.
* debian/compat bumped to 9 for hardening support.
* debian/control:
  - update debhelper build-dep for hardening support
  - add dpkg-dev build-dep for hardening support
  - drop build-deps for autoreconf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: media-tags-provider.c 1767 2006-07-15 17:44:08Z benny $ */
 
1
/* $Id$ */
2
2
/*-
3
3
 * Copyright (c) 2006 Benedikt Meurer <benny@xfce.org>
4
4
 *                    Jannis Pohlmann <jannis@xfce.org>
31
31
 
32
32
 
33
33
 
34
 
static void   media_tags_provider_class_init                    (MediaTagsProviderClass           *klass);
35
34
static void   media_tags_provider_tag_renamer_provider_init     (ThunarxRenamerProviderIface      *iface);
36
 
static void   media_tags_provider_init                          (MediaTagsProvider                *sbr_provider);
37
35
static GList *media_tags_provider_get_renamers                  (ThunarxRenamerProvider           *renamer_provider);
38
36
static void   media_tags_provider_audio_tags_page_provider_init (ThunarxPropertyPageProviderIface *iface);
39
37
static GList *media_tags_provider_get_pages                     (ThunarxPropertyPageProvider      *renamer_provider,