Function
RsvgSizeFunc
Description [src]
Function to let a user of the library specify the SVG’s dimensions
See the documentation for rsvg_handle_set_size_callback()
for an example, and
for the reasons for deprecation.
Deprecated since: | 2.14. |
Use |
Parameters
width |
gint* |
The width of the SVG. |
|
The argument will be set by the function. | |
The called function takes ownership of the data, and is responsible for freeing it. | |
height |
gint* |
The height of the SVG. |
|
The argument will be set by the function. | |
The called function takes ownership of the data, and is responsible for freeing it. | |
user_data |
gpointer |
User data. |