summaryrefslogtreecommitdiff
path: root/gio/gcancellable.h
diff options
context:
space:
mode:
authorCody Russell <bratsche@gnome.org>2008-07-01 06:32:35 +0000
committerCody Russell <bratsche@src.gnome.org>2008-07-01 06:32:35 +0000
commit3d93bf6968884d75dd2706ef85e2014305eb92f2 (patch)
tree61dabe5a334f7fdbf5e5cc4f170290500be00227 /gio/gcancellable.h
parentf869b1f6937caeec034a60afed9e9a1ebd7da18a (diff)
downloadglib-3d93bf6968884d75dd2706ef85e2014305eb92f2.tar.gz
Moved all relevant typedefs into these files.
2008-07-01 Cody Russell <bratsche@gnome.org> * gio/gioenums.h: * gio/giotypes.h: Moved all relevant typedefs into these files. * gio/*.[ch]: Updated wrt added files. Split types into separate file for easier maintainership. (#538564) svn path=/trunk/; revision=7127
Diffstat (limited to 'gio/gcancellable.h')
-rw-r--r--gio/gcancellable.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gio/gcancellable.h b/gio/gcancellable.h
index 7c890be9c..11440797f 100644
--- a/gio/gcancellable.h
+++ b/gio/gcancellable.h
@@ -27,7 +27,7 @@
#ifndef __G_CANCELLABLE_H__
#define __G_CANCELLABLE_H__
-#include <glib-object.h>
+#include <gio/giotypes.h>
G_BEGIN_DECLS
@@ -43,7 +43,6 @@ G_BEGIN_DECLS
*
* Allows actions to be cancelled.
*/
-typedef struct _GCancellable GCancellable;
typedef struct _GCancellableClass GCancellableClass;
struct _GCancellableClass