~ubuntu-branches/ubuntu/saucy/librsvg/saucy

« back to all changes in this revision

Viewing changes to rsvg-defs.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-05-24 19:34:11 UTC
  • mfrom: (34.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130524193411-olwciye7zzv94ygi
Tags: 2.36.4-2
* Upload to unstable.
* Drop Build-Conflicts against valac-0.16 again. With valac-0.20 now being
  the default this is no longer necessary.
* Drop explicit Build-Depends on gir1.2-glib-2.0 and gir1.2-freedesktop.
  Those are pulled in by libgirepository1.0-dev.
* Bump Standards-Version to 3.9.4. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include "rsvg-private.h"
28
28
#include "rsvg-defs.h"
29
29
#include "rsvg-styles.h"
30
 
#include "rsvg-image.h"
31
30
#include "rsvg-io.h"
32
31
 
33
32
#include <glib.h>
70
69
    guint8 *data;
71
70
    gsize data_len;
72
71
 
73
 
    filename = rsvg_get_file_path (name, rsvg_handle_get_base_uri (defs->ctx));
 
72
    filename = _rsvg_io_get_file_path (name, rsvg_handle_get_base_uri (defs->ctx));
74
73
 
75
74
    data = _rsvg_handle_acquire_data (defs->ctx, name, NULL, &data_len, NULL);
76
75