]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/librsvg/files/librsvg_sgml_jade13_fix.patch
remaining build fixes for dbus 0.94 update.
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / librsvg / files / librsvg_sgml_jade13_fix.patch
1 diff -Naur librsvg-2.6.5_old/rsvg.c librsvg-2.6.5/rsvg.c
2 --- librsvg-2.6.5_old/rsvg.c    2004-03-12 04:58:20.000000000 +0200
3 +++ librsvg-2.6.5/rsvg.c        2006-11-11 01:34:09.000000000 +0200
4 @@ -1260,7 +1260,6 @@
5   *
6   * Returns: The SVG's title
7   *
8 - * Since: 2.4
9   */
10  G_CONST_RETURN char *rsvg_handle_get_title (RsvgHandle *handle)
11  {
12 @@ -1276,7 +1275,6 @@
13   *
14   * Returns: The SVG's description
15   *
16 - * Since: 2.4
17   */
18  G_CONST_RETURN char *rsvg_handle_get_desc (RsvgHandle *handle)
19  {
20 @@ -1336,7 +1334,6 @@
21   * 72, 90, and 300 DPI. Passing a number <= 0 to #dpi will 
22   * reset the DPI to whatever the default value happens to be.
23   *
24 - * Since: 2.2
25   */
26  void
27  rsvg_set_default_dpi (double dpi)
28 @@ -1356,7 +1353,6 @@
29   * 72, 90, and 300 DPI. Passing a number <= 0 to #dpi will 
30   * reset the DPI to whatever the default value happens to be.
31   *
32 - * Since: 2.2
33   */
34  void
35  rsvg_handle_set_dpi (RsvgHandle * handle, double dpi)
36 diff -Naur librsvg-2.6.5_old/rsvg-file-util.c librsvg-2.6.5/rsvg-file-util.c
37 --- librsvg-2.6.5_old/rsvg-file-util.c  2003-09-19 18:59:07.000000000 +0300
38 +++ librsvg-2.6.5/rsvg-file-util.c      2006-11-11 01:34:30.000000000 +0200
39 @@ -217,7 +217,6 @@
40   * 
41   * Return value: A newly allocated #GdkPixbuf, or %NULL
42   *
43 - * Since: 2.4
44   */
45  GdkPixbuf  *
46  rsvg_pixbuf_from_file_at_size_ex (RsvgHandle * handle,
47 @@ -248,7 +247,6 @@
48   * 
49   * Return value: A newly allocated #GdkPixbuf, or %NULL
50   *
51 - * Since: 2.4
52   */
53  GdkPixbuf  *
54  rsvg_pixbuf_from_file_ex (RsvgHandle * handle,
55 @@ -274,7 +272,6 @@
56   * 
57   * Return value: A newly allocated #GdkPixbuf, or %NULL
58   *
59 - * Since: 2.4
60   */
61  GdkPixbuf  *
62  rsvg_pixbuf_from_file_at_zoom_ex (RsvgHandle * handle,
63 @@ -311,7 +308,6 @@
64   * 
65   * Return value: A newly allocated #GdkPixbuf, or %NULL
66   *
67 - * Since: 2.4
68   */
69  GdkPixbuf  *
70  rsvg_pixbuf_from_file_at_max_size_ex (RsvgHandle * handle,
71 @@ -348,7 +344,6 @@
72   * 
73   * Return value: A newly allocated #GdkPixbuf, or %NULL
74   *
75 - * Since: 2.4
76   */
77  GdkPixbuf  *
78  rsvg_pixbuf_from_file_at_zoom_with_max_ex (RsvgHandle * handle,