~ubuntu-branches/ubuntu/precise/libgsf/precise

« back to all changes in this revision

Viewing changes to gsf/gsf-outfile-stdio.h

  • Committer: Bazaar Package Importer
  • Author(s): Aron Sisak
  • Date: 2007-07-19 19:27:47 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070719192747-tx4x9jmw8qqgo7om
Tags: 1.14.5-0ubuntu1
* New upstream release:
  - Revert jump to dynamic types, they aren't threadsafe. [#450722]
  - Compilation glitch on windows.  [#449807]
  - Avoid problems building without gconf macros installed.
  - Configure breakage --without-gnome. [#4488842]
* debian/libgsf-bin.install
  - install usr/share/man/man1/gsf.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#define GSF_IS_OUTFILE_STDIO(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GSF_OUTFILE_STDIO_TYPE))
34
34
 
35
35
GType gsf_outfile_stdio_get_type      (void) G_GNUC_CONST;
36
 
void  gsf_outfile_stdio_register_type (GTypeModule *module);
 
36
/* void  gsf_outfile_stdio_register_type (GTypeModule *module); glib dynamic types are not thread safe */
37
37
 
38
38
GsfOutfile *gsf_outfile_stdio_new        (char const *root, GError **err);
39
39
GsfOutfile *gsf_outfile_stdio_new_full   (char const *root, GError **err,