diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2011-06-24 10:23:41 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2011-06-24 10:23:41 +0000 |
| commit | 4d8bf28dbebbc70325c75c0501ed192ae330c63b (patch) | |
| tree | bc31b7781d12de480edee237a1d419a8555718d1 /src/widgets/font-selector.h | |
| parent | Remove/replace deprecated gtk_window_set_policy symbol (diff) | |
| download | inkscape-4d8bf28dbebbc70325c75c0501ed192ae330c63b.tar.gz inkscape-4d8bf28dbebbc70325c75c0501ed192ae330c63b.zip | |
Switch to GObject
(bzr r10350.1.3)
Diffstat (limited to 'src/widgets/font-selector.h')
| -rw-r--r-- | src/widgets/font-selector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/font-selector.h b/src/widgets/font-selector.h index febd4a34a..3fc425f65 100644 --- a/src/widgets/font-selector.h +++ b/src/widgets/font-selector.h @@ -27,7 +27,7 @@ struct SPFontSelector; /* SPFontSelector */ -GtkType sp_font_selector_get_type (void); +GType sp_font_selector_get_type (void); GtkWidget *sp_font_selector_new (void); |
