diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2011-06-14 21:34:06 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2011-06-14 21:34:06 +0000 |
| commit | c8fae874884858fb54c05015c72f6f551591d0f9 (patch) | |
| tree | cc3b9bf14dbb556e8bcfab9e9aefdef301fe9939 /src/widgets/sp-xmlview-content.h | |
| parent | toggle units in the measure tool (diff) | |
| download | inkscape-c8fae874884858fb54c05015c72f6f551591d0f9.tar.gz inkscape-c8fae874884858fb54c05015c72f6f551591d0f9.zip | |
Remove deprecated glib macro wrappers
(bzr r10302.1.1)
Diffstat (limited to 'src/widgets/sp-xmlview-content.h')
| -rw-r--r-- | src/widgets/sp-xmlview-content.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/sp-xmlview-content.h b/src/widgets/sp-xmlview-content.h index 7f8a6d3ef..fe26891d0 100644 --- a/src/widgets/sp-xmlview-content.h +++ b/src/widgets/sp-xmlview-content.h @@ -24,9 +24,9 @@ #define SP_TYPE_XMLVIEW_CONTENT (sp_xmlview_content_get_type ()) -#define SP_XMLVIEW_CONTENT(o) (GTK_CHECK_CAST ((o), SP_TYPE_XMLVIEW_CONTENT, SPXMLViewContent)) -#define SP_IS_XMLVIEW_CONTENT(o) (GTK_CHECK_TYPE ((o), SP_TYPE_XMLVIEW_CONTENT)) -#define SP_XMLVIEW_CONTENT_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), SP_TYPE_XMLVIEW_CONTENT)) +#define SP_XMLVIEW_CONTENT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), SP_TYPE_XMLVIEW_CONTENT, SPXMLViewContent)) +#define SP_IS_XMLVIEW_CONTENT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), SP_TYPE_XMLVIEW_CONTENT)) +#define SP_XMLVIEW_CONTENT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), SP_TYPE_XMLVIEW_CONTENT)) struct SPXMLViewContent { |
