; -*- scheme -*- (method flags (of-object Object (Gtk)) (c-name GTK_OBJECT_FLAGS) (return-type guint) ) (method set_flags (of-object Object (Gtk)) (c-name GTK_OBJECT_SET_FLAGS) (return-type none) (parameter (type-and-name guint flags)) ) (method unset_flags (of-object Object (Gtk)) (c-name GTK_OBJECT_UNSET_FLAGS) (return-type none) (parameter (type-and-name guint flags)) )