diff options
author | Andreas Rottmann <a.rottmann@gmx.at> | 2009-03-27 19:31:55 +0100 |
---|---|---|
committer | Andreas Rottmann <a.rottmann@gmx.at> | 2009-03-27 19:31:55 +0100 |
commit | 81d88917e17d91c4a807f68a4e8c8882f022f1cf (patch) | |
tree | ba3638ba333af2e04d0fef530dfad9dcefda2856 /girepository/girepository.h | |
parent | 0382e71a79c27482d235f77f635615a385342f86 (diff) | |
download | gobject-introspection-81d88917e17d91c4a807f68a4e8c8882f022f1cf.tar.gz |
Bug 576605 - Get rid of GI_SCOPE_TYPE_OBJECT
Remove support for (scope object) as it lacks a real use case.
Diffstat (limited to 'girepository/girepository.h')
-rw-r--r-- | girepository/girepository.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/girepository/girepository.h b/girepository/girepository.h index efc6aca0..a01c3ec3 100644 --- a/girepository/girepository.h +++ b/girepository/girepository.h @@ -296,8 +296,6 @@ typedef enum { GI_SCOPE_TYPE_INVALID, /* The argument is not of callback type */ GI_SCOPE_TYPE_CALL, /* The callback and associated user_data is only used during the call to this function */ - GI_SCOPE_TYPE_OBJECT, /* The callback and associated user_data is used until - the object containing this method is destroyed */ GI_SCOPE_TYPE_ASYNC, /* The callback and associated user_data is only used until the callback is invoked, and the callback is invoked always exactly once. */ |