Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Valaのg_param_spec_boxed()に相当するものは何ですか?
これらの関数はバインドされていません。それらをバインドすることは大したことではないので、バグを報告することによってそれらを要求することができます。とにかく、実行時に何かをしているのでない限り、次のようなValaプロパティを使用する必要があります。
public class Foo { public YourStruct your_struct { get; set; } }
これにより、ボックス化されたタイプYourStructのyour_structという名前のプロパティが作成されます。