main part for GtkArgSetFunc/GtkArgGetFunc implementation.
-timj
This commit is contained in:
@ -74,7 +74,8 @@ gtk_menu_shell_get_type ()
|
||||
sizeof (GtkMenuShellClass),
|
||||
(GtkClassInitFunc) gtk_menu_shell_class_init,
|
||||
(GtkObjectInitFunc) gtk_menu_shell_init,
|
||||
(GtkArgFunc) NULL,
|
||||
(GtkArgSetFunc) NULL,
|
||||
(GtkArgGetFunc) NULL,
|
||||
};
|
||||
|
||||
menu_shell_type = gtk_type_unique (gtk_container_get_type (), &menu_shell_info);
|
||||
|
||||
Reference in New Issue
Block a user