diff options
author | José Alburquerque <jaalburqu@svn.gnome.org> | 2012-09-24 00:25:53 -0400 |
---|---|---|
committer | José Alburquerque <jaalburqu@svn.gnome.org> | 2012-09-24 00:36:18 -0400 |
commit | 32a02065ebb2acb439ba47795442a02fead25cb3 (patch) | |
tree | 484d21b8b0897b8f1bc35f9fd69ec63c0c854564 /gio/src/filelist.am | |
parent | e7913200f48195737cc4c5750e3a86ff13d7a624 (diff) | |
download | glibmm-32a02065ebb2acb439ba47795442a02fead25cb3.tar.gz |
giomm: Add the Converter[Input|Output]Stream classes.
* gio/src/converterinputstream.{ccg,hg}:
* gio/src/converteroutputstream.{ccg,hg}:
* gio/src/filelist.am: Add the new sources adding the constructors,
create methods, the methods and properties of the new classes. Add
the sources to the build.
* gio/src/gio_signals.defs:
* tools/extra_defs_gen/generate_defs_gio.cc: Add the two new GTypes to
the extra defs generation utility and regenerate the signal and
property defs file to get the properties of the new classes.
* tools/m4/convert_gio.m4: Add the necessary Converter conversions.
Diffstat (limited to 'gio/src/filelist.am')
-rw-r--r-- | gio/src/filelist.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/src/filelist.am b/gio/src/filelist.am index 6b87306f..db061b15 100644 --- a/gio/src/filelist.am +++ b/gio/src/filelist.am @@ -27,6 +27,8 @@ giomm_files_any_hg = \ cancellable.hg \ charsetconverter.hg \ converter.hg \ + converterinputstream.hg \ + converteroutputstream.hg \ credentials.hg \ datainputstream.hg \ dataoutputstream.hg \ |