vala.h   vala.h 
skipping to change at line 3863 skipping to change at line 3863
gboolean vala_code_context_get_assert (ValaCodeContext* self); gboolean vala_code_context_get_assert (ValaCodeContext* self);
void vala_code_context_set_assert (ValaCodeContext* self, gboolean value); void vala_code_context_set_assert (ValaCodeContext* self, gboolean value);
gboolean vala_code_context_get_checking (ValaCodeContext* self); gboolean vala_code_context_get_checking (ValaCodeContext* self);
void vala_code_context_set_checking (ValaCodeContext* self, gboolean value) ; void vala_code_context_set_checking (ValaCodeContext* self, gboolean value) ;
gboolean vala_code_context_get_deprecated (ValaCodeContext* self); gboolean vala_code_context_get_deprecated (ValaCodeContext* self);
void vala_code_context_set_deprecated (ValaCodeContext* self, gboolean valu e); void vala_code_context_set_deprecated (ValaCodeContext* self, gboolean valu e);
gboolean vala_code_context_get_experimental (ValaCodeContext* self); gboolean vala_code_context_get_experimental (ValaCodeContext* self);
void vala_code_context_set_experimental (ValaCodeContext* self, gboolean va lue); void vala_code_context_set_experimental (ValaCodeContext* self, gboolean va lue);
gboolean vala_code_context_get_experimental_non_null (ValaCodeContext* self ); gboolean vala_code_context_get_experimental_non_null (ValaCodeContext* self );
void vala_code_context_set_experimental_non_null (ValaCodeContext* self, gb oolean value); void vala_code_context_set_experimental_non_null (ValaCodeContext* self, gb oolean value);
gboolean vala_code_context_get_gobject_tracing (ValaCodeContext* self);
void vala_code_context_set_gobject_tracing (ValaCodeContext* self, gboolean
value);
gboolean vala_code_context_get_ccode_only (ValaCodeContext* self); gboolean vala_code_context_get_ccode_only (ValaCodeContext* self);
void vala_code_context_set_ccode_only (ValaCodeContext* self, gboolean valu e); void vala_code_context_set_ccode_only (ValaCodeContext* self, gboolean valu e);
const gchar* vala_code_context_get_header_filename (ValaCodeContext* self); const gchar* vala_code_context_get_header_filename (ValaCodeContext* self);
void vala_code_context_set_header_filename (ValaCodeContext* self, const gc har* value); void vala_code_context_set_header_filename (ValaCodeContext* self, const gc har* value);
const gchar* vala_code_context_get_internal_header_filename (ValaCodeContex t* self); const gchar* vala_code_context_get_internal_header_filename (ValaCodeContex t* self);
void vala_code_context_set_internal_header_filename (ValaCodeContext* self, const gchar* value); void vala_code_context_set_internal_header_filename (ValaCodeContext* self, const gchar* value);
gboolean vala_code_context_get_use_header (ValaCodeContext* self); gboolean vala_code_context_get_use_header (ValaCodeContext* self);
void vala_code_context_set_use_header (ValaCodeContext* self, gboolean valu e); void vala_code_context_set_use_header (ValaCodeContext* self, gboolean valu e);
const gchar* vala_code_context_get_includedir (ValaCodeContext* self); const gchar* vala_code_context_get_includedir (ValaCodeContext* self);
void vala_code_context_set_includedir (ValaCodeContext* self, const gchar* value); void vala_code_context_set_includedir (ValaCodeContext* self, const gchar* value);
skipping to change at line 4917 skipping to change at line 4919
void vala_source_file_set_gir_version (ValaSourceFile* self, const gchar* v alue); void vala_source_file_set_gir_version (ValaSourceFile* self, const gchar* v alue);
ValaCodeContext* vala_source_file_get_context (ValaSourceFile* self); ValaCodeContext* vala_source_file_get_context (ValaSourceFile* self);
void vala_source_file_set_context (ValaSourceFile* self, ValaCodeContext* v alue); void vala_source_file_set_context (ValaSourceFile* self, ValaCodeContext* v alue);
const gchar* vala_source_file_get_content (ValaSourceFile* self); const gchar* vala_source_file_get_content (ValaSourceFile* self);
void vala_source_file_set_content (ValaSourceFile* self, const gchar* value ); void vala_source_file_set_content (ValaSourceFile* self, const gchar* value );
gboolean vala_source_file_get_used (ValaSourceFile* self); gboolean vala_source_file_get_used (ValaSourceFile* self);
void vala_source_file_set_used (ValaSourceFile* self, gboolean value); void vala_source_file_set_used (ValaSourceFile* self, gboolean value);
ValaList* vala_source_file_get_current_using_directives (ValaSourceFile* se lf); ValaList* vala_source_file_get_current_using_directives (ValaSourceFile* se lf);
void vala_source_file_set_current_using_directives (ValaSourceFile* self, V alaList* value); void vala_source_file_set_current_using_directives (ValaSourceFile* self, V alaList* value);
void vala_source_location_init (ValaSourceLocation *self, gchar* _pos, gint _line, gint _column); void vala_source_location_init (ValaSourceLocation *self, gchar* _pos, gint _line, gint _column);
ValaSourceReference* vala_source_reference_new (ValaSourceFile* _file, gint ValaSourceReference* vala_source_reference_new (ValaSourceFile* _file, Vala
_first_line, gint _first_column, gint _last_line, gint _last_column); SourceLocation* begin, ValaSourceLocation* end);
ValaSourceReference* vala_source_reference_construct (GType object_type, Va ValaSourceReference* vala_source_reference_construct (GType object_type, Va
laSourceFile* _file, gint _first_line, gint _first_column, gint _last_line, laSourceFile* _file, ValaSourceLocation* begin, ValaSourceLocation* end);
gint _last_column);
gchar* vala_source_reference_to_string (ValaSourceReference* self); gchar* vala_source_reference_to_string (ValaSourceReference* self);
ValaSourceFile* vala_source_reference_get_file (ValaSourceReference* self); ValaSourceFile* vala_source_reference_get_file (ValaSourceReference* self);
void vala_source_reference_set_file (ValaSourceReference* self, ValaSourceF ile* value); void vala_source_reference_set_file (ValaSourceReference* self, ValaSourceF ile* value);
gint vala_source_reference_get_first_line (ValaSourceReference* self); void vala_source_reference_get_begin (ValaSourceReference* self, ValaSource
void vala_source_reference_set_first_line (ValaSourceReference* self, gint Location* result);
value); void vala_source_reference_set_begin (ValaSourceReference* self, ValaSource
gint vala_source_reference_get_first_column (ValaSourceReference* self); Location* value);
void vala_source_reference_set_first_column (ValaSourceReference* self, gin void vala_source_reference_get_end (ValaSourceReference* self, ValaSourceLo
t value); cation* result);
gint vala_source_reference_get_last_line (ValaSourceReference* self); void vala_source_reference_set_end (ValaSourceReference* self, ValaSourceLo
void vala_source_reference_set_last_line (ValaSourceReference* self, gint v cation* value);
alue);
gint vala_source_reference_get_last_column (ValaSourceReference* self);
void vala_source_reference_set_last_column (ValaSourceReference* self, gint
value);
ValaList* vala_source_reference_get_using_directives (ValaSourceReference* self); ValaList* vala_source_reference_get_using_directives (ValaSourceReference* self);
GType vala_statement_list_get_type (void) G_GNUC_CONST; GType vala_statement_list_get_type (void) G_GNUC_CONST;
ValaStatementList* vala_statement_list_new (ValaSourceReference* source_ref erence); ValaStatementList* vala_statement_list_new (ValaSourceReference* source_ref erence);
ValaStatementList* vala_statement_list_construct (GType object_type, ValaSo urceReference* source_reference); ValaStatementList* vala_statement_list_construct (GType object_type, ValaSo urceReference* source_reference);
ValaStatement* vala_statement_list_get (ValaStatementList* self, gint index ); ValaStatement* vala_statement_list_get (ValaStatementList* self, gint index );
void vala_statement_list_set (ValaStatementList* self, gint index, ValaStat ement* stmt); void vala_statement_list_set (ValaStatementList* self, gint index, ValaStat ement* stmt);
void vala_statement_list_add (ValaStatementList* self, ValaStatement* stmt) ; void vala_statement_list_add (ValaStatementList* self, ValaStatement* stmt) ;
void vala_statement_list_insert (ValaStatementList* self, gint index, ValaS tatement* stmt); void vala_statement_list_insert (ValaStatementList* self, gint index, ValaS tatement* stmt);
gint vala_statement_list_get_length (ValaStatementList* self); gint vala_statement_list_get_length (ValaStatementList* self);
ValaStringLiteral* vala_string_literal_new (const gchar* value, ValaSourceR eference* source_reference); ValaStringLiteral* vala_string_literal_new (const gchar* value, ValaSourceR eference* source_reference);
 End of changes. 3 change blocks. 
17 lines changed or deleted 15 lines changed or added


 valacodegen.h   valacodegen.h 
skipping to change at line 559 skipping to change at line 559
ValaDataType* gdestroynotify_type; ValaDataType* gdestroynotify_type;
ValaDataType* gquark_type; ValaDataType* gquark_type;
ValaStruct* gvalue_type; ValaStruct* gvalue_type;
ValaClass* gvariant_type; ValaClass* gvariant_type;
ValaStruct* mutex_type; ValaStruct* mutex_type;
ValaTypeSymbol* type_module_type; ValaTypeSymbol* type_module_type;
ValaTypeSymbol* dbus_proxy_type; ValaTypeSymbol* dbus_proxy_type;
gboolean in_plugin; gboolean in_plugin;
gchar* module_init_param_name; gchar* module_init_param_name;
gboolean gvaluecollector_h_needed; gboolean gvaluecollector_h_needed;
gboolean requires_assert;
gboolean requires_array_free; gboolean requires_array_free;
gboolean requires_array_move; gboolean requires_array_move;
gboolean requires_array_length; gboolean requires_array_length;
ValaSet* wrappers; ValaSet* wrappers;
}; };
struct _ValaCCodeBaseModuleClass { struct _ValaCCodeBaseModuleClass {
ValaCodeGeneratorClass parent_class; ValaCodeGeneratorClass parent_class;
void (*append_vala_array_free) (ValaCCodeBaseModule* self); void (*append_vala_array_free) (ValaCCodeBaseModule* self);
void (*append_vala_array_move) (ValaCCodeBaseModule* self); void (*append_vala_array_move) (ValaCCodeBaseModule* self);
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 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/