[librsvg: 33/38] Remove deprecation markers on the types, or gtk-doc won't include them
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg: 33/38] Remove deprecation markers on the types, or gtk-doc won't include them
- Date: Fri, 25 Jan 2019 19:40:08 +0000 (UTC)
commit afe5b9827927c5681fc881df14431c843953b86c
Author: Federico Mena Quintero <federico gnome org>
Date: Fri Jan 25 12:21:00 2019 -0600
Remove deprecation markers on the types, or gtk-doc won't include them
librsvg/rsvg.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/librsvg/rsvg.h b/librsvg/rsvg.h
index 845d7c15..32e9ab8c 100644
--- a/librsvg/rsvg.h
+++ b/librsvg/rsvg.h
@@ -68,8 +68,8 @@ GQuark rsvg_error_quark (void) G_GNUC_CONST;
typedef struct _RsvgHandle RsvgHandle;
typedef struct _RsvgHandleClass RsvgHandleClass;
-/* RSVG_DEPRECATED */ typedef struct _RsvgDimensionData RsvgDimensionData;
-/* RSVG_DEPRECATED */ typedef struct _RsvgPositionData RsvgPositionData;
+typedef struct _RsvgDimensionData RsvgDimensionData;
+typedef struct _RsvgPositionData RsvgPositionData;
typedef struct _RsvgRectangle RsvgRectangle;
/**
@@ -112,7 +112,7 @@ struct _RsvgHandle {
*
* Deprecated: 2.46. Please use rsvg_handle_get_geometry_sub().
*/
-/* RSVG_DEPRECATED */ struct _RsvgDimensionData {
+struct _RsvgDimensionData {
int width;
int height;
gdouble em;
@@ -129,7 +129,7 @@ struct _RsvgHandle {
*
* Deprecated: 2.46. Please use rsvg_handle_get_geometry_sub().
*/
-/* RSVG_DEPRECATED */ struct _RsvgPositionData {
+struct _RsvgPositionData {
int x;
int y;
};
@@ -271,7 +271,7 @@ void rsvg_handle_free (RsvgHandle * handle);
* See the documentation for rsvg_handle_set_size_callback() for an example, and
* for the reasons for deprecation.
*/
-/* RSVG_DEPRECATED */ typedef void (*RsvgSizeFunc) (gint * width, gint * height, gpointer user_data);
+typedef void (*RsvgSizeFunc) (gint * width, gint * height, gpointer user_data);
RSVG_DEPRECATED
void rsvg_handle_set_size_callback (RsvgHandle * handle,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]