$(GENVAPI) --library $(srcdir)/libgrss --metadatadir $(METADATADIR) --pkg gio-2.0 --pkg libsoup-2.4 --pkg libxml-2.0 $(GIRDIR)/Grss-0.7.gir
libgsf-1:
- $(GENVAPI) --library $(srcdir)/libgsf-1 --pkg gio-2.0 --pkg libxml-2.0 --metadatadir $(METADATADIR) $(GIRDIR)/Gsf-1.gir
+ $(GENVAPI) --library $(srcdir)/libgsf-1 --pkg gio-2.0 --pkg libxml-2.0 --metadatadir $(METADATADIR) $(METADATADIR)/Gsf-1-custom.vala $(GIRDIR)/Gsf-1.gir
libnotify:
$(GENVAPI) --library $(srcdir)/libnotify --pkg gdk-pixbuf-2.0 --pkg gio-2.0 --metadatadir $(METADATADIR) $(GIRDIR)/Notify-0.7.gir
public abstract class Outfile : Gsf.Output {
[CCode (has_construct_function = false)]
protected Outfile ();
- [NoWrapper]
- public virtual unowned Gsf.Output new_child (string name, bool is_dir, string first_property_name, va_list args);
+ public Gsf.Output new_child (string name, bool is_dir);
public Gsf.Output new_child_full (string name, bool is_dir, ...);
- public Gsf.Output new_child_varg (string name, bool is_dir, string first_property_name, va_list args);
+ [CCode (vfunc_name = "new_child")]
+ public virtual Gsf.Output new_child_varg (string name, bool is_dir, string first_property_name, va_list args);
public Gsf.Output open_pkg_add_rel (string name, string content_type, Gsf.Outfile parent, string type);
}
[CCode (cheader_filename = "gsf/gsf.h", lower_case_csuffix = "outfile_msole", type_id = "gsf_outfile_msole_get_type ()")]
Outfile
.* skip=false
-// .new_child#virtual name="new_child_varg"
-// .new_child_varg vfunc_name="new_child"
+ .new_child skip
+ .new_child_varg vfunc_name="new_child"
Output
.* skip=false
XMLInUnknownFunc
.elem type="string"
- .attrs array type="string[]"
+ .attrs type="string[]"
XMLProbeFunc
.name type="string"
.prefix type="string"
.URI type="string"
- .namespaces array array_length_idx=3 type="string[]"
- .attributes array array_length_idx=5 type="string[]"
+ .namespaces array_length_idx=3 type="string[]"
+ .attributes array_length_idx=5 type="string[]"
base64_*code_*.data array
base64_*code_*.in array