valacodegen.h   valacodegen.h 
skipping to change at line 1177 skipping to change at line 1177
ValaGAsyncModule* vala_gasync_module_new (void); ValaGAsyncModule* vala_gasync_module_new (void);
ValaGAsyncModule* vala_gasync_module_construct (GType object_type); ValaGAsyncModule* vala_gasync_module_construct (GType object_type);
GType vala_gvariant_module_get_type (void) G_GNUC_CONST; GType vala_gvariant_module_get_type (void) G_GNUC_CONST;
GType vala_gd_bus_module_get_type (void) G_GNUC_CONST; GType vala_gd_bus_module_get_type (void) G_GNUC_CONST;
GType vala_gd_bus_client_module_get_type (void) G_GNUC_CONST; GType vala_gd_bus_client_module_get_type (void) G_GNUC_CONST;
ValaCCodeConstant* vala_gd_bus_client_module_get_dbus_timeout (ValaGDBusCli entModule* self, ValaSymbol* symbol); ValaCCodeConstant* vala_gd_bus_client_module_get_dbus_timeout (ValaGDBusCli entModule* self, ValaSymbol* symbol);
ValaGDBusClientModule* vala_gd_bus_client_module_new (void); ValaGDBusClientModule* vala_gd_bus_client_module_new (void);
ValaGDBusClientModule* vala_gd_bus_client_module_construct (GType object_ty pe); ValaGDBusClientModule* vala_gd_bus_client_module_construct (GType object_ty pe);
gchar* vala_gd_bus_module_get_dbus_name (ValaTypeSymbol* symbol); gchar* vala_gd_bus_module_get_dbus_name (ValaTypeSymbol* symbol);
gchar* vala_gd_bus_module_get_dbus_name_for_member (ValaSymbol* symbol); gchar* vala_gd_bus_module_get_dbus_name_for_member (ValaSymbol* symbol);
gboolean vala_gd_bus_module_is_dbus_visible (ValaCodeNode* node);
gboolean vala_gd_bus_module_is_dbus_no_reply (ValaMethod* m); gboolean vala_gd_bus_module_is_dbus_no_reply (ValaMethod* m);
gchar* vala_gd_bus_module_dbus_result_name (ValaMethod* m);
gboolean vala_gd_bus_module_dbus_method_uses_file_descriptor (ValaGDBusModu le* self, ValaMethod* method); gboolean vala_gd_bus_module_dbus_method_uses_file_descriptor (ValaGDBusModu le* self, ValaMethod* method);
void vala_gd_bus_module_send_dbus_value (ValaGDBusModule* self, ValaDataTyp e* type, ValaCCodeExpression* builder_expr, ValaCCodeExpression* expr, Vala Symbol* sym); void vala_gd_bus_module_send_dbus_value (ValaGDBusModule* self, ValaDataTyp e* type, ValaCCodeExpression* builder_expr, ValaCCodeExpression* expr, Vala Symbol* sym);
void vala_gd_bus_module_receive_dbus_value (ValaGDBusModule* self, ValaData Type* type, ValaCCodeExpression* message_expr, ValaCCodeExpression* iter_ex pr, ValaCCodeExpression* target_expr, ValaSymbol* sym, ValaCCodeExpression* error_expr, gboolean* may_fail); void vala_gd_bus_module_receive_dbus_value (ValaGDBusModule* self, ValaData Type* type, ValaCCodeExpression* message_expr, ValaCCodeExpression* iter_ex pr, ValaCCodeExpression* target_expr, ValaSymbol* sym, ValaCCodeExpression* error_expr, gboolean* may_fail);
ValaCCodeExpression* vala_gd_bus_module_get_interface_info (ValaGDBusModule * self, ValaObjectTypeSymbol* sym);
ValaGDBusModule* vala_gd_bus_module_new (void); ValaGDBusModule* vala_gd_bus_module_new (void);
ValaGDBusModule* vala_gd_bus_module_construct (GType object_type); ValaGDBusModule* vala_gd_bus_module_construct (GType object_type);
GType vala_gd_bus_server_module_get_type (void) G_GNUC_CONST; GType vala_gd_bus_server_module_get_type (void) G_GNUC_CONST;
gboolean vala_gd_bus_server_module_is_dbus_visible (ValaCodeNode* node);
gchar* vala_gd_bus_server_module_dbus_result_name (ValaMethod* m);
ValaGDBusServerModule* vala_gd_bus_server_module_new (void); ValaGDBusServerModule* vala_gd_bus_server_module_new (void);
ValaGDBusServerModule* vala_gd_bus_server_module_construct (GType object_ty pe); ValaGDBusServerModule* vala_gd_bus_server_module_construct (GType object_ty pe);
void vala_gerror_module_return_with_exception (ValaGErrorModule* self, Vala CCodeExpression* error_expr); void vala_gerror_module_return_with_exception (ValaGErrorModule* self, Vala CCodeExpression* error_expr);
ValaGErrorModule* vala_gerror_module_new (void); ValaGErrorModule* vala_gerror_module_new (void);
ValaGErrorModule* vala_gerror_module_construct (GType object_type); ValaGErrorModule* vala_gerror_module_construct (GType object_type);
GType vala_gir_writer_get_type (void) G_GNUC_CONST; GType vala_gir_writer_get_type (void) G_GNUC_CONST;
gchar* vala_gir_writer_get_interface_comment (ValaGIRWriter* self, ValaInte rface* iface); gchar* vala_gir_writer_get_interface_comment (ValaGIRWriter* self, ValaInte rface* iface);
gchar* vala_gir_writer_get_struct_comment (ValaGIRWriter* self, ValaStruct* st); gchar* vala_gir_writer_get_struct_comment (ValaGIRWriter* self, ValaStruct* st);
gchar* vala_gir_writer_get_enum_comment (ValaGIRWriter* self, ValaEnum* en) ; gchar* vala_gir_writer_get_enum_comment (ValaGIRWriter* self, ValaEnum* en) ;
gchar* vala_gir_writer_get_class_comment (ValaGIRWriter* self, ValaClass* c ); gchar* vala_gir_writer_get_class_comment (ValaGIRWriter* self, ValaClass* c );
 End of changes. 4 change blocks. 
2 lines changed or deleted 3 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/