D-Bus: Emit cast to avoid C warning for signal handling in clients
[vala-lang.git] / vapi / packages / libgsf-1 / libgsf-1-custom.vala
blobda1e09b7435c6521838af7b5ba4d7271310dc254
1 namespace Gsf {
2 [SimpleType]
3 [CCode (cname = "gint64", cheader_filename = "glib.h", type_id = "G_TYPE_INT64", marshaller_type_name = "INT64", get_value_function = "g_value_get_int64", set_value_function = "g_value_set_int64", default_value = "0LL", type_signature = "x")]
4 [IntegerType (rank = 10)]
5 public struct off_t : int64 {
8 [CCode (cheader_filename = "gsf/gsf-outfile-impl.h")]
9 public class Outfile {
10 public Gsf.Output new_child (string name, bool is_dir);
11 public Gsf.Output new_child_full (string name, bool is_dir, ...);