~ubuntu-branches/ubuntu/raring/librsvg/raring-proposed

« back to all changes in this revision

Viewing changes to rsvg-defs.c

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2012-10-22 20:17:48 UTC
  • mfrom: (1.2.1) (34.1.24 sid)
  • Revision ID: package-import@ubuntu.com-20121022201748-6frue379at27szqm
Tags: 2.36.4-1
* Team upload
* New upstream version (LP: #1038843)
* Use dh-autoreconf with --as-needed instead of patching ltmain.sh
  (from Ubuntu, thanks Iain Lane)
* Enable Vala bindings (based on Ubuntu changes, thanks to Robert Ancell)
  - Build-Conflicts: valac-0.16 because if both are installed, the
    default version 0.16 is selected, breaking our build

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