mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-13 17:38:45 +00:00
Remove deprecated rsvg_handle_get_dimensions, add
rsvg_handle_get_intrinsic_size_in_pixels.
This commit is contained in:
parent
f156de5a4f
commit
12452f8896
@ -87,7 +87,9 @@ typedef struct _RsvgRectangle {
|
|||||||
const char *rsvg_handle_get_base_uri (RsvgHandle * handle);
|
const char *rsvg_handle_get_base_uri (RsvgHandle * handle);
|
||||||
void rsvg_handle_set_base_uri (RsvgHandle * handle, const char *base_uri);
|
void rsvg_handle_set_base_uri (RsvgHandle * handle, const char *base_uri);
|
||||||
|
|
||||||
void rsvg_handle_get_dimensions (RsvgHandle * handle, RsvgDimensionData * dimension_data);
|
gboolean rsvg_handle_get_intrinsic_size_in_pixels (RsvgHandle *handle,
|
||||||
|
gdouble *out_width,
|
||||||
|
gdouble *out_height);
|
||||||
|
|
||||||
gboolean rsvg_handle_get_geometry_for_layer(RsvgHandle *handle,
|
gboolean rsvg_handle_get_geometry_for_layer(RsvgHandle *handle,
|
||||||
const char *id,
|
const char *id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user