gasyncresult.h | gasyncresult.h | |||
---|---|---|---|---|
skipping to change at line 61 | skipping to change at line 61 | |||
* @get_source_object: Gets the source object that issued the asynchronous operation. | * @get_source_object: Gets the source object that issued the asynchronous operation. | |||
* | * | |||
* Interface definition for #GAsyncResult. | * Interface definition for #GAsyncResult. | |||
**/ | **/ | |||
struct _GAsyncResultIface | struct _GAsyncResultIface | |||
{ | { | |||
GTypeInterface g_iface; | GTypeInterface g_iface; | |||
/* Virtual Table */ | /* Virtual Table */ | |||
gpointer (* get_user_data) (GAsyncResult *async_result); | gpointer (* get_user_data) (GAsyncResult *res); | |||
GObject * (* get_source_object) (GAsyncResult *async_result); | GObject * (* get_source_object) (GAsyncResult *res); | |||
}; | }; | |||
GType g_async_result_get_type (void) G_GNUC_CONST; | GType g_async_result_get_type (void) G_GNUC_CONST; | |||
gpointer g_async_result_get_user_data (GAsyncResult *res); | gpointer g_async_result_get_user_data (GAsyncResult *res); | |||
GObject *g_async_result_get_source_object (GAsyncResult *res); | GObject *g_async_result_get_source_object (GAsyncResult *res); | |||
G_END_DECLS | G_END_DECLS | |||
#endif /* __G_ASYNC_RESULT_H__ */ | #endif /* __G_ASYNC_RESULT_H__ */ | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |