summaryrefslogtreecommitdiff
path: root/gtk/gtkvseparator.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkvseparator.c')
-rw-r--r--gtk/gtkvseparator.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gtkvseparator.c b/gtk/gtkvseparator.c
index 567332087..85556e656 100644
--- a/gtk/gtkvseparator.c
+++ b/gtk/gtkvseparator.c
@@ -39,8 +39,9 @@ gtk_vseparator_get_type (void)
sizeof (GtkVSeparatorClass),
(GtkClassInitFunc) gtk_vseparator_class_init,
(GtkObjectInitFunc) gtk_vseparator_init,
- (GtkArgSetFunc) NULL,
- (GtkArgGetFunc) NULL,
+ /* reversed_1 */ NULL,
+ /* reversed_2 */ NULL,
+ (GtkClassInitFunc) NULL,
};
vseparator_type = gtk_type_unique (gtk_separator_get_type (), &vseparator_info);