summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-xmlview-attr-list.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2011-06-24 10:23:41 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2011-06-24 10:23:41 +0000
commit4d8bf28dbebbc70325c75c0501ed192ae330c63b (patch)
treebc31b7781d12de480edee237a1d419a8555718d1 /src/widgets/sp-xmlview-attr-list.h
parentRemove/replace deprecated gtk_window_set_policy symbol (diff)
downloadinkscape-4d8bf28dbebbc70325c75c0501ed192ae330c63b.tar.gz
inkscape-4d8bf28dbebbc70325c75c0501ed192ae330c63b.zip
Switch to GObject
(bzr r10350.1.3)
Diffstat (limited to 'src/widgets/sp-xmlview-attr-list.h')
-rw-r--r--src/widgets/sp-xmlview-attr-list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sp-xmlview-attr-list.h b/src/widgets/sp-xmlview-attr-list.h
index de79c7a37..9479dd77a 100644
--- a/src/widgets/sp-xmlview-attr-list.h
+++ b/src/widgets/sp-xmlview-attr-list.h
@@ -38,7 +38,7 @@ struct SPXMLViewAttrListClass
void (* row_changed) (SPXMLViewAttrList *list, gint row);
};
-GtkType sp_xmlview_attr_list_get_type (void);
+GType sp_xmlview_attr_list_get_type (void);
GtkWidget * sp_xmlview_attr_list_new (Inkscape::XML::Node * repr);
#define SP_XMLVIEW_ATTR_LIST_GET_REPR(list) (SP_XMLVIEW_ATTR_LIST (list)->repr)