proxy.h | proxy.h | |||
---|---|---|---|---|
skipping to change at line 77 | skipping to change at line 77 | |||
GError *invalidated /* initialized to NULL by g_object_new */; | GError *invalidated /* initialized to NULL by g_object_new */; | |||
TpProxyPrivate *priv; | TpProxyPrivate *priv; | |||
}; | }; | |||
typedef struct _TpProxyClass TpProxyClass; | typedef struct _TpProxyClass TpProxyClass; | |||
/* defined in proxy-internal.h for now */ | /* defined in proxy-internal.h for now */ | |||
typedef struct _TpProxyFeature TpProxyFeature; | typedef struct _TpProxyFeature TpProxyFeature; | |||
/* XXX: hide this from the g-i scanner, since vapigen can't cope */ | ||||
#ifndef __GI_SCANNER__ | ||||
typedef const TpProxyFeature *(*TpProxyClassFeatureListFunc) ( | typedef const TpProxyFeature *(*TpProxyClassFeatureListFunc) ( | |||
TpProxyClass *cls); | TpProxyClass *cls); | |||
#endif /* __GI_SCANNER__ */ | ||||
struct _TpProxyClass { | struct _TpProxyClass { | |||
/*<public>*/ | /*<public>*/ | |||
GObjectClass parent_class; | GObjectClass parent_class; | |||
GQuark interface; | GQuark interface; | |||
unsigned int must_have_unique_name:1; | unsigned int must_have_unique_name:1; | |||
guint _reserved_flags:31; | guint _reserved_flags:31; | |||
/* XXX: hide this from the g-i scanner, since vapigen can't cope */ | ||||
#ifdef __GI_SCANNER__ | ||||
GCallback _internal_list_features; | ||||
#else | ||||
TpProxyClassFeatureListFunc list_features; | TpProxyClassFeatureListFunc list_features; | |||
#endif /* __GI_SCANNER__ */ | ||||
GCallback _reserved[3]; | GCallback _reserved[3]; | |||
gpointer priv; | gpointer priv; | |||
}; | }; | |||
typedef struct _TpProxyPendingCall TpProxyPendingCall; | typedef struct _TpProxyPendingCall TpProxyPendingCall; | |||
void tp_proxy_pending_call_cancel (TpProxyPendingCall *pc); | void tp_proxy_pending_call_cancel (TpProxyPendingCall *pc); | |||
typedef struct _TpProxySignalConnection TpProxySignalConnection; | typedef struct _TpProxySignalConnection TpProxySignalConnection; | |||
End of changes. 4 change blocks. | ||||
0 lines changed or deleted | 8 lines changed or added | |||