~lifeless/ubuntu/lucid/glib2.0/subunit

« back to all changes in this revision

Viewing changes to gio/glocalfileoutputstream.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-22 15:00:46 UTC
  • mfrom: (3.4.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20100222150046-qae9q3ivbus5o0gd
Tags: 2.23.4-1ubuntu1
* Resync on Debian
* debian/patches/01_gettext-desktopfiles.patch:
  - updated to use gettext for X-GNOME-Fullname too
* debian/patches/71_gio_launch_handler.patch:
  - new gio default launch handle feature required for wncksync
* debian/libglib2.0-0.symbols:
  - updated the symbols list for the gio launcher handler

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
GType               _g_local_file_output_stream_get_type (void) G_GNUC_CONST;
55
55
 
56
 
int      _g_local_file_output_stream_get_fd       (GLocalFileOutputStream *out);
57
56
void     _g_local_file_output_stream_set_do_close (GLocalFileOutputStream *out,
58
57
                                                   gboolean do_close);
59
58
gboolean _g_local_file_output_stream_really_close (GLocalFileOutputStream *out,