Bug 576605 - Get rid of GI_SCOPE_TYPE_OBJECT

Remove support for (scope object) as it lacks a real use case.
This commit is contained in:
Andreas Rottmann
2009-03-27 19:31:55 +01:00
parent a515ab13b0
commit 7937dd000e
2 changed files with 0 additions and 4 deletions

View File

@@ -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. */