~ubuntu-branches/debian/squeeze/glib2.0/squeeze

« back to all changes in this revision

Viewing changes to gio/gsimpleasyncresult.c

  • Committer: Bazaar Package Importer
  • Author(s): Gustavo Noronha Silva
  • Date: 2009-02-15 13:00:43 UTC
  • mfrom: (1.3.1 upstream) (69.1.10 intrepid)
  • Revision ID: james.westby@ubuntu.com-20090215130043-q47fbt3owmt42m2f
Tags: 2.18.4-2
* Release to unstable
* debian/rules:
- bump SHVER, since we are already forcing a 2.18.0 dependecy on the
  symbols introduced in the development versions
* debian/control.in:
- added Homepage and Vcs-* control fields

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 * Author: Alexander Larsson <alexl@redhat.com>
21
21
 */
22
22
 
23
 
#include <config.h>
 
23
#include "config.h"
24
24
 
25
25
#include <sys/types.h>
26
26
#include <sys/stat.h>
32
32
#endif
33
33
 
34
34
#include "gsimpleasyncresult.h"
 
35
#include "gasyncresult.h"
 
36
#include "gcancellable.h"
35
37
#include "gioscheduler.h"
36
38
#include <gio/gioerror.h>
37
39
#include "glibintl.h"
155
157
 
156
158
  if (simple->error)
157
159
    g_error_free (simple->error);
158
 
  
159
 
  if (G_OBJECT_CLASS (g_simple_async_result_parent_class)->finalize)
160
 
    (*G_OBJECT_CLASS (g_simple_async_result_parent_class)->finalize) (object);
 
160
 
 
161
  G_OBJECT_CLASS (g_simple_async_result_parent_class)->finalize (object);
161
162
}
162
163
 
163
164
static void