| vala.h | | vala.h | |
| | | | |
| skipping to change at line 1376 | | skipping to change at line 1376 | |
| #define VALA_SCANNER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALA
_TYPE_SCANNER, ValaScannerClass)) | | #define VALA_SCANNER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALA
_TYPE_SCANNER, ValaScannerClass)) | |
| | | | |
| typedef struct _ValaScanner ValaScanner; | | typedef struct _ValaScanner ValaScanner; | |
| typedef struct _ValaScannerClass ValaScannerClass; | | typedef struct _ValaScannerClass ValaScannerClass; | |
| typedef struct _ValaScannerPrivate ValaScannerPrivate; | | typedef struct _ValaScannerPrivate ValaScannerPrivate; | |
| | | | |
| #define VALA_TYPE_TOKEN_TYPE (vala_token_type_get_type ()) | | #define VALA_TYPE_TOKEN_TYPE (vala_token_type_get_type ()) | |
| typedef struct _ValaScopePrivate ValaScopePrivate; | | typedef struct _ValaScopePrivate ValaScopePrivate; | |
| typedef struct _ValaSemanticAnalyzerPrivate ValaSemanticAnalyzerPrivate; | | typedef struct _ValaSemanticAnalyzerPrivate ValaSemanticAnalyzerPrivate; | |
| | | | |
|
| | | #define VALA_TYPE_STRUCT_VALUE_TYPE (vala_struct_value_type_get_type ()) | |
| | | #define VALA_STRUCT_VALUE_TYPE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VAL | |
| | | A_TYPE_STRUCT_VALUE_TYPE, ValaStructValueType)) | |
| | | #define VALA_STRUCT_VALUE_TYPE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klas | |
| | | s), VALA_TYPE_STRUCT_VALUE_TYPE, ValaStructValueTypeClass)) | |
| | | #define VALA_IS_STRUCT_VALUE_TYPE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), | |
| | | VALA_TYPE_STRUCT_VALUE_TYPE)) | |
| | | #define VALA_IS_STRUCT_VALUE_TYPE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((k | |
| | | lass), VALA_TYPE_STRUCT_VALUE_TYPE)) | |
| | | #define VALA_STRUCT_VALUE_TYPE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (( | |
| | | obj), VALA_TYPE_STRUCT_VALUE_TYPE, ValaStructValueTypeClass)) | |
| | | | |
| | | typedef struct _ValaStructValueType ValaStructValueType; | |
| | | typedef struct _ValaStructValueTypeClass ValaStructValueTypeClass; | |
| | | | |
| #define VALA_TYPE_SIGNAL_TYPE (vala_signal_type_get_type ()) | | #define VALA_TYPE_SIGNAL_TYPE (vala_signal_type_get_type ()) | |
| #define VALA_SIGNAL_TYPE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_TYPE
_SIGNAL_TYPE, ValaSignalType)) | | #define VALA_SIGNAL_TYPE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_TYPE
_SIGNAL_TYPE, ValaSignalType)) | |
| #define VALA_SIGNAL_TYPE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VA
LA_TYPE_SIGNAL_TYPE, ValaSignalTypeClass)) | | #define VALA_SIGNAL_TYPE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VA
LA_TYPE_SIGNAL_TYPE, ValaSignalTypeClass)) | |
| #define VALA_IS_SIGNAL_TYPE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALA_T
YPE_SIGNAL_TYPE)) | | #define VALA_IS_SIGNAL_TYPE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALA_T
YPE_SIGNAL_TYPE)) | |
| #define VALA_IS_SIGNAL_TYPE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),
VALA_TYPE_SIGNAL_TYPE)) | | #define VALA_IS_SIGNAL_TYPE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass),
VALA_TYPE_SIGNAL_TYPE)) | |
| #define VALA_SIGNAL_TYPE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),
VALA_TYPE_SIGNAL_TYPE, ValaSignalTypeClass)) | | #define VALA_SIGNAL_TYPE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj),
VALA_TYPE_SIGNAL_TYPE, ValaSignalTypeClass)) | |
| | | | |
| typedef struct _ValaSignalType ValaSignalType; | | typedef struct _ValaSignalType ValaSignalType; | |
| typedef struct _ValaSignalTypeClass ValaSignalTypeClass; | | typedef struct _ValaSignalTypeClass ValaSignalTypeClass; | |
| typedef struct _ValaSignalTypePrivate ValaSignalTypePrivate; | | typedef struct _ValaSignalTypePrivate ValaSignalTypePrivate; | |
| | | | |
| skipping to change at line 1402 | | skipping to change at line 1412 | |
| #define VALA_STATEMENT_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),
VALA_TYPE_STATEMENT_LIST, ValaStatementListClass)) | | #define VALA_STATEMENT_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),
VALA_TYPE_STATEMENT_LIST, ValaStatementListClass)) | |
| #define VALA_IS_STATEMENT_LIST(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VAL
A_TYPE_STATEMENT_LIST)) | | #define VALA_IS_STATEMENT_LIST(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VAL
A_TYPE_STATEMENT_LIST)) | |
| #define VALA_IS_STATEMENT_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas
s), VALA_TYPE_STATEMENT_LIST)) | | #define VALA_IS_STATEMENT_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas
s), VALA_TYPE_STATEMENT_LIST)) | |
| #define VALA_STATEMENT_LIST_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj
), VALA_TYPE_STATEMENT_LIST, ValaStatementListClass)) | | #define VALA_STATEMENT_LIST_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj
), VALA_TYPE_STATEMENT_LIST, ValaStatementListClass)) | |
| | | | |
| typedef struct _ValaStatementList ValaStatementList; | | typedef struct _ValaStatementList ValaStatementList; | |
| typedef struct _ValaStatementListClass ValaStatementListClass; | | typedef struct _ValaStatementListClass ValaStatementListClass; | |
| typedef struct _ValaStatementListPrivate ValaStatementListPrivate; | | typedef struct _ValaStatementListPrivate ValaStatementListPrivate; | |
| typedef struct _ValaStringLiteralPrivate ValaStringLiteralPrivate; | | typedef struct _ValaStringLiteralPrivate ValaStringLiteralPrivate; | |
| typedef struct _ValaStructPrivate ValaStructPrivate; | | typedef struct _ValaStructPrivate ValaStructPrivate; | |
|
| | | | |
| #define VALA_TYPE_STRUCT_VALUE_TYPE (vala_struct_value_type_get_type ()) | | | |
| #define VALA_STRUCT_VALUE_TYPE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VAL | | | |
| A_TYPE_STRUCT_VALUE_TYPE, ValaStructValueType)) | | | |
| #define VALA_STRUCT_VALUE_TYPE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klas | | | |
| s), VALA_TYPE_STRUCT_VALUE_TYPE, ValaStructValueTypeClass)) | | | |
| #define VALA_IS_STRUCT_VALUE_TYPE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), | | | |
| VALA_TYPE_STRUCT_VALUE_TYPE)) | | | |
| #define VALA_IS_STRUCT_VALUE_TYPE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((k | | | |
| lass), VALA_TYPE_STRUCT_VALUE_TYPE)) | | | |
| #define VALA_STRUCT_VALUE_TYPE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (( | | | |
| obj), VALA_TYPE_STRUCT_VALUE_TYPE, ValaStructValueTypeClass)) | | | |
| | | | |
| typedef struct _ValaStructValueType ValaStructValueType; | | | |
| typedef struct _ValaStructValueTypeClass ValaStructValueTypeClass; | | | |
| typedef struct _ValaStructValueTypePrivate ValaStructValueTypePrivate; | | typedef struct _ValaStructValueTypePrivate ValaStructValueTypePrivate; | |
| typedef struct _ValaSwitchLabelPrivate ValaSwitchLabelPrivate; | | typedef struct _ValaSwitchLabelPrivate ValaSwitchLabelPrivate; | |
| typedef struct _ValaSwitchSectionPrivate ValaSwitchSectionPrivate; | | typedef struct _ValaSwitchSectionPrivate ValaSwitchSectionPrivate; | |
| typedef struct _ValaSwitchStatementPrivate ValaSwitchStatementPrivate; | | typedef struct _ValaSwitchStatementPrivate ValaSwitchStatementPrivate; | |
| | | | |
| #define VALA_TYPE_SYMBOL_RESOLVER (vala_symbol_resolver_get_type ()) | | #define VALA_TYPE_SYMBOL_RESOLVER (vala_symbol_resolver_get_type ()) | |
| #define VALA_SYMBOL_RESOLVER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_
TYPE_SYMBOL_RESOLVER, ValaSymbolResolver)) | | #define VALA_SYMBOL_RESOLVER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_
TYPE_SYMBOL_RESOLVER, ValaSymbolResolver)) | |
| #define VALA_SYMBOL_RESOLVER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass)
, VALA_TYPE_SYMBOL_RESOLVER, ValaSymbolResolverClass)) | | #define VALA_SYMBOL_RESOLVER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass)
, VALA_TYPE_SYMBOL_RESOLVER, ValaSymbolResolverClass)) | |
| #define VALA_IS_SYMBOL_RESOLVER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VA
LA_TYPE_SYMBOL_RESOLVER)) | | #define VALA_IS_SYMBOL_RESOLVER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VA
LA_TYPE_SYMBOL_RESOLVER)) | |
| #define VALA_IS_SYMBOL_RESOLVER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla
ss), VALA_TYPE_SYMBOL_RESOLVER)) | | #define VALA_IS_SYMBOL_RESOLVER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kla
ss), VALA_TYPE_SYMBOL_RESOLVER)) | |
| | | | |
| skipping to change at line 1563 | | skipping to change at line 1563 | |
| ValaCodeNode parent_instance; | | ValaCodeNode parent_instance; | |
| ValaSymbolPrivate * priv; | | ValaSymbolPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaSymbolClass { | | struct _ValaSymbolClass { | |
| ValaCodeNodeClass parent_class; | | ValaCodeNodeClass parent_class; | |
| char* (*get_cprefix) (ValaSymbol* self); | | char* (*get_cprefix) (ValaSymbol* self); | |
| char* (*get_lower_case_cname) (ValaSymbol* self, const char* infix); | | char* (*get_lower_case_cname) (ValaSymbol* self, const char* infix); | |
| char* (*get_lower_case_cprefix) (ValaSymbol* self); | | char* (*get_lower_case_cprefix) (ValaSymbol* self); | |
| GeeList* (*get_cheader_filenames) (ValaSymbol* self); | | GeeList* (*get_cheader_filenames) (ValaSymbol* self); | |
|
| | | gboolean (*is_instance_member) (ValaSymbol* self); | |
| | | gboolean (*is_class_member) (ValaSymbol* self); | |
| }; | | }; | |
| | | | |
| /** | | /** | |
| * Represents a general class member. | | * Represents a general class member. | |
| */ | | */ | |
| struct _ValaMember { | | struct _ValaMember { | |
| ValaSymbol parent_instance; | | ValaSymbol parent_instance; | |
| ValaMemberPrivate * priv; | | ValaMemberPrivate * priv; | |
| }; | | }; | |
| | | | |
| | | | |
| skipping to change at line 3290 | | skipping to change at line 3292 | |
| ValaDataType* uint_type; | | ValaDataType* uint_type; | |
| ValaDataType* long_type; | | ValaDataType* long_type; | |
| ValaDataType* ulong_type; | | ValaDataType* ulong_type; | |
| ValaDataType* size_t_type; | | ValaDataType* size_t_type; | |
| ValaDataType* ssize_t_type; | | ValaDataType* ssize_t_type; | |
| ValaDataType* int8_type; | | ValaDataType* int8_type; | |
| ValaDataType* unichar_type; | | ValaDataType* unichar_type; | |
| ValaDataType* double_type; | | ValaDataType* double_type; | |
| ValaDataType* type_type; | | ValaDataType* type_type; | |
| ValaClass* object_type; | | ValaClass* object_type; | |
|
| | | ValaStructValueType* gvalue_type; | |
| ValaDataType* glist_type; | | ValaDataType* glist_type; | |
| ValaDataType* gslist_type; | | ValaDataType* gslist_type; | |
| ValaDataType* garray_type; | | ValaDataType* garray_type; | |
|
| | | ValaDataType* gvaluearray_type; | |
| ValaClass* gerror_type; | | ValaClass* gerror_type; | |
| gint next_lambda_id; | | gint next_lambda_id; | |
| GeeList* replaced_nodes; | | GeeList* replaced_nodes; | |
| }; | | }; | |
| | | | |
| struct _ValaSemanticAnalyzerClass { | | struct _ValaSemanticAnalyzerClass { | |
| ValaCodeVisitorClass parent_class; | | ValaCodeVisitorClass parent_class; | |
| }; | | }; | |
| | | | |
| /** | | /** | |
| | | | |
| skipping to change at line 3684 | | skipping to change at line 3688 | |
| void vala_value_set_scope (GValue* value, gpointer v_object); | | void vala_value_set_scope (GValue* value, gpointer v_object); | |
| gpointer vala_value_get_scope (const GValue* value); | | gpointer vala_value_get_scope (const GValue* value); | |
| GType vala_scope_get_type (void); | | GType vala_scope_get_type (void); | |
| GType vala_formal_parameter_get_type (void); | | GType vala_formal_parameter_get_type (void); | |
| GType vala_reference_type_get_type (void); | | GType vala_reference_type_get_type (void); | |
| GType vala_array_type_get_type (void); | | GType vala_array_type_get_type (void); | |
| ValaArrayType* vala_array_type_new (ValaDataType* element_type, gint rank,
ValaSourceReference* source_reference); | | ValaArrayType* vala_array_type_new (ValaDataType* element_type, gint rank,
ValaSourceReference* source_reference); | |
| ValaArrayType* vala_array_type_construct (GType object_type, ValaDataType*
element_type, gint rank, ValaSourceReference* source_reference); | | ValaArrayType* vala_array_type_construct (GType object_type, ValaDataType*
element_type, gint rank, ValaSourceReference* source_reference); | |
| ValaDataType* vala_array_type_get_element_type (ValaArrayType* self); | | ValaDataType* vala_array_type_get_element_type (ValaArrayType* self); | |
| void vala_array_type_set_element_type (ValaArrayType* self, ValaDataType* v
alue); | | void vala_array_type_set_element_type (ValaArrayType* self, ValaDataType* v
alue); | |
|
| | | gboolean vala_array_type_get_invalid_syntax (ValaArrayType* self); | |
| | | void vala_array_type_set_invalid_syntax (ValaArrayType* self, gboolean valu | |
| | | e); | |
| | | gboolean vala_array_type_get_inline_allocated (ValaArrayType* self); | |
| | | void vala_array_type_set_inline_allocated (ValaArrayType* self, gboolean va | |
| | | lue); | |
| gboolean vala_array_type_get_fixed_length (ValaArrayType* self); | | gboolean vala_array_type_get_fixed_length (ValaArrayType* self); | |
| void vala_array_type_set_fixed_length (ValaArrayType* self, gboolean value)
; | | void vala_array_type_set_fixed_length (ValaArrayType* self, gboolean value)
; | |
| gint vala_array_type_get_length (ValaArrayType* self); | | gint vala_array_type_get_length (ValaArrayType* self); | |
| void vala_array_type_set_length (ValaArrayType* self, gint value); | | void vala_array_type_set_length (ValaArrayType* self, gint value); | |
| gint vala_array_type_get_rank (ValaArrayType* self); | | gint vala_array_type_get_rank (ValaArrayType* self); | |
| void vala_array_type_set_rank (ValaArrayType* self, gint value); | | void vala_array_type_set_rank (ValaArrayType* self, gint value); | |
| GType vala_assignment_get_type (void); | | GType vala_assignment_get_type (void); | |
| GType vala_assignment_operator_get_type (void); | | GType vala_assignment_operator_get_type (void); | |
| ValaAssignment* vala_assignment_new (ValaExpression* left, ValaExpression*
right, ValaAssignmentOperator operator, ValaSourceReference* source_referen
ce); | | ValaAssignment* vala_assignment_new (ValaExpression* left, ValaExpression*
right, ValaAssignmentOperator operator, ValaSourceReference* source_referen
ce); | |
| ValaAssignment* vala_assignment_construct (GType object_type, ValaExpressio
n* left, ValaExpression* right, ValaAssignmentOperator operator, ValaSource
Reference* source_reference); | | ValaAssignment* vala_assignment_construct (GType object_type, ValaExpressio
n* left, ValaExpression* right, ValaAssignmentOperator operator, ValaSource
Reference* source_reference); | |
| | | | |
| skipping to change at line 3862 | | skipping to change at line 3870 | |
| gboolean vala_class_get_is_compact (ValaClass* self); | | gboolean vala_class_get_is_compact (ValaClass* self); | |
| void vala_class_set_is_compact (ValaClass* self, gboolean value); | | void vala_class_set_is_compact (ValaClass* self, gboolean value); | |
| gboolean vala_class_get_is_immutable (ValaClass* self); | | gboolean vala_class_get_is_immutable (ValaClass* self); | |
| void vala_class_set_is_immutable (ValaClass* self, gboolean value); | | void vala_class_set_is_immutable (ValaClass* self, gboolean value); | |
| gboolean vala_class_get_ref_function_void (ValaClass* self); | | gboolean vala_class_get_ref_function_void (ValaClass* self); | |
| void vala_class_set_ref_function_void (ValaClass* self, gboolean value); | | void vala_class_set_ref_function_void (ValaClass* self, gboolean value); | |
| const char* vala_class_get_type_check_function (ValaClass* self); | | const char* vala_class_get_type_check_function (ValaClass* self); | |
| void vala_class_set_type_check_function (ValaClass* self, const char* value
); | | void vala_class_set_type_check_function (ValaClass* self, const char* value
); | |
| gboolean vala_class_get_has_private_fields (ValaClass* self); | | gboolean vala_class_get_has_private_fields (ValaClass* self); | |
| gboolean vala_class_get_has_class_private_fields (ValaClass* self); | | gboolean vala_class_get_has_class_private_fields (ValaClass* self); | |
|
| | | gboolean vala_class_get_free_function_address_of (ValaClass* self); | |
| ValaMethod* vala_class_get_default_construction_method (ValaClass* self); | | ValaMethod* vala_class_get_default_construction_method (ValaClass* self); | |
| void vala_class_set_default_construction_method (ValaClass* self, ValaMetho
d* value); | | void vala_class_set_default_construction_method (ValaClass* self, ValaMetho
d* value); | |
| GType vala_constructor_get_type (void); | | GType vala_constructor_get_type (void); | |
| ValaConstructor* vala_class_get_constructor (ValaClass* self); | | ValaConstructor* vala_class_get_constructor (ValaClass* self); | |
| void vala_class_set_constructor (ValaClass* self, ValaConstructor* value); | | void vala_class_set_constructor (ValaClass* self, ValaConstructor* value); | |
| ValaConstructor* vala_class_get_class_constructor (ValaClass* self); | | ValaConstructor* vala_class_get_class_constructor (ValaClass* self); | |
| void vala_class_set_class_constructor (ValaClass* self, ValaConstructor* va
lue); | | void vala_class_set_class_constructor (ValaClass* self, ValaConstructor* va
lue); | |
| ValaConstructor* vala_class_get_static_constructor (ValaClass* self); | | ValaConstructor* vala_class_get_static_constructor (ValaClass* self); | |
| void vala_class_set_static_constructor (ValaClass* self, ValaConstructor* v
alue); | | void vala_class_set_static_constructor (ValaClass* self, ValaConstructor* v
alue); | |
| GType vala_destructor_get_type (void); | | GType vala_destructor_get_type (void); | |
| | | | |
| skipping to change at line 4340 | | skipping to change at line 4349 | |
| ValaDataType* vala_expression_get_formal_value_type (ValaExpression* self); | | ValaDataType* vala_expression_get_formal_value_type (ValaExpression* self); | |
| void vala_expression_set_formal_value_type (ValaExpression* self, ValaDataT
ype* value); | | void vala_expression_set_formal_value_type (ValaExpression* self, ValaDataT
ype* value); | |
| ValaDataType* vala_expression_get_target_type (ValaExpression* self); | | ValaDataType* vala_expression_get_target_type (ValaExpression* self); | |
| void vala_expression_set_target_type (ValaExpression* self, ValaDataType* v
alue); | | void vala_expression_set_target_type (ValaExpression* self, ValaDataType* v
alue); | |
| ValaDataType* vala_expression_get_formal_target_type (ValaExpression* self)
; | | ValaDataType* vala_expression_get_formal_target_type (ValaExpression* self)
; | |
| void vala_expression_set_formal_target_type (ValaExpression* self, ValaData
Type* value); | | void vala_expression_set_formal_target_type (ValaExpression* self, ValaData
Type* value); | |
| ValaSymbol* vala_expression_get_symbol_reference (ValaExpression* self); | | ValaSymbol* vala_expression_get_symbol_reference (ValaExpression* self); | |
| void vala_expression_set_symbol_reference (ValaExpression* self, ValaSymbol
* value); | | void vala_expression_set_symbol_reference (ValaExpression* self, ValaSymbol
* value); | |
| gboolean vala_expression_get_lvalue (ValaExpression* self); | | gboolean vala_expression_get_lvalue (ValaExpression* self); | |
| void vala_expression_set_lvalue (ValaExpression* self, gboolean value); | | void vala_expression_set_lvalue (ValaExpression* self, gboolean value); | |
|
| | | ValaCCodeExpression* vala_expression_get_delegate_target (ValaExpression* s | |
| | | elf); | |
| | | void vala_expression_set_delegate_target (ValaExpression* self, ValaCCodeEx | |
| | | pression* value); | |
| ValaStatement* vala_expression_get_parent_statement (ValaExpression* self); | | ValaStatement* vala_expression_get_parent_statement (ValaExpression* self); | |
| ValaExpressionStatement* vala_expression_statement_new (ValaExpression* exp
ression, ValaSourceReference* source_reference); | | ValaExpressionStatement* vala_expression_statement_new (ValaExpression* exp
ression, ValaSourceReference* source_reference); | |
| ValaExpressionStatement* vala_expression_statement_construct (GType object_
type, ValaExpression* expression, ValaSourceReference* source_reference); | | ValaExpressionStatement* vala_expression_statement_construct (GType object_
type, ValaExpression* expression, ValaSourceReference* source_reference); | |
| ValaProperty* vala_expression_statement_assigned_property (ValaExpressionSt
atement* self); | | ValaProperty* vala_expression_statement_assigned_property (ValaExpressionSt
atement* self); | |
| ValaExpression* vala_expression_statement_get_expression (ValaExpressionSta
tement* self); | | ValaExpression* vala_expression_statement_get_expression (ValaExpressionSta
tement* self); | |
| void vala_expression_statement_set_expression (ValaExpressionStatement* sel
f, ValaExpression* value); | | void vala_expression_statement_set_expression (ValaExpressionStatement* sel
f, ValaExpression* value); | |
| ValaField* vala_field_new (const char* name, ValaDataType* field_type, Vala
Expression* initializer, ValaSourceReference* source_reference); | | ValaField* vala_field_new (const char* name, ValaDataType* field_type, Vala
Expression* initializer, ValaSourceReference* source_reference); | |
| ValaField* vala_field_construct (GType object_type, const char* name, ValaD
ataType* field_type, ValaExpression* initializer, ValaSourceReference* sour
ce_reference); | | ValaField* vala_field_construct (GType object_type, const char* name, ValaD
ataType* field_type, ValaExpression* initializer, ValaSourceReference* sour
ce_reference); | |
| char* vala_field_get_cname (ValaField* self); | | char* vala_field_get_cname (ValaField* self); | |
| void vala_field_set_cname (ValaField* self, const char* cname); | | void vala_field_set_cname (ValaField* self, const char* cname); | |
| | | | |
| skipping to change at line 4662 | | skipping to change at line 4673 | |
| double vala_method_get_carray_length_parameter_position (ValaMethod* self); | | double vala_method_get_carray_length_parameter_position (ValaMethod* self); | |
| void vala_method_set_carray_length_parameter_position (ValaMethod* self, do
uble value); | | void vala_method_set_carray_length_parameter_position (ValaMethod* self, do
uble value); | |
| double vala_method_get_cdelegate_target_parameter_position (ValaMethod* sel
f); | | double vala_method_get_cdelegate_target_parameter_position (ValaMethod* sel
f); | |
| void vala_method_set_cdelegate_target_parameter_position (ValaMethod* self,
double value); | | void vala_method_set_cdelegate_target_parameter_position (ValaMethod* self,
double value); | |
| gboolean vala_method_get_no_array_length (ValaMethod* self); | | gboolean vala_method_get_no_array_length (ValaMethod* self); | |
| void vala_method_set_no_array_length (ValaMethod* self, gboolean value); | | void vala_method_set_no_array_length (ValaMethod* self, gboolean value); | |
| gboolean vala_method_get_array_null_terminated (ValaMethod* self); | | gboolean vala_method_get_array_null_terminated (ValaMethod* self); | |
| void vala_method_set_array_null_terminated (ValaMethod* self, gboolean valu
e); | | void vala_method_set_array_null_terminated (ValaMethod* self, gboolean valu
e); | |
| gboolean vala_method_get_printf_format (ValaMethod* self); | | gboolean vala_method_get_printf_format (ValaMethod* self); | |
| void vala_method_set_printf_format (ValaMethod* self, gboolean value); | | void vala_method_set_printf_format (ValaMethod* self, gboolean value); | |
|
| | | gboolean vala_method_get_scanf_format (ValaMethod* self); | |
| | | void vala_method_set_scanf_format (ValaMethod* self, gboolean value); | |
| gboolean vala_method_get_has_construct_function (ValaMethod* self); | | gboolean vala_method_get_has_construct_function (ValaMethod* self); | |
| void vala_method_set_has_construct_function (ValaMethod* self, gboolean val
ue); | | void vala_method_set_has_construct_function (ValaMethod* self, gboolean val
ue); | |
| ValaSignal* vala_method_get_signal_reference (ValaMethod* self); | | ValaSignal* vala_method_get_signal_reference (ValaMethod* self); | |
| void vala_method_set_signal_reference (ValaMethod* self, ValaSignal* value)
; | | void vala_method_set_signal_reference (ValaMethod* self, ValaSignal* value)
; | |
| gboolean vala_method_get_coroutine (ValaMethod* self); | | gboolean vala_method_get_coroutine (ValaMethod* self); | |
| void vala_method_set_coroutine (ValaMethod* self, gboolean value); | | void vala_method_set_coroutine (ValaMethod* self, gboolean value); | |
| ValaMethodCall* vala_method_call_new (ValaExpression* call, ValaSourceRefer
ence* source_reference); | | ValaMethodCall* vala_method_call_new (ValaExpression* call, ValaSourceRefer
ence* source_reference); | |
| ValaMethodCall* vala_method_call_construct (GType object_type, ValaExpressi
on* call, ValaSourceReference* source_reference); | | ValaMethodCall* vala_method_call_construct (GType object_type, ValaExpressi
on* call, ValaSourceReference* source_reference); | |
| void vala_method_call_add_argument (ValaMethodCall* self, ValaExpression* a
rg); | | void vala_method_call_add_argument (ValaMethodCall* self, ValaExpression* a
rg); | |
| GeeList* vala_method_call_get_argument_list (ValaMethodCall* self); | | GeeList* vala_method_call_get_argument_list (ValaMethodCall* self); | |
| ValaExpression* vala_method_call_get_call (ValaMethodCall* self); | | ValaExpression* vala_method_call_get_call (ValaMethodCall* self); | |
| void vala_method_call_set_call (ValaMethodCall* self, ValaExpression* value
); | | void vala_method_call_set_call (ValaMethodCall* self, ValaExpression* value
); | |
|
| ValaCCodeExpression* vala_method_call_get_delegate_target (ValaMethodCall* | | | |
| self); | | | |
| void vala_method_call_set_delegate_target (ValaMethodCall* self, ValaCCodeE | | | |
| xpression* value); | | | |
| GType vala_method_type_get_type (void); | | GType vala_method_type_get_type (void); | |
| ValaMethodType* vala_method_type_new (ValaMethod* method_symbol); | | ValaMethodType* vala_method_type_new (ValaMethod* method_symbol); | |
| ValaMethodType* vala_method_type_construct (GType object_type, ValaMethod*
method_symbol); | | ValaMethodType* vala_method_type_construct (GType object_type, ValaMethod*
method_symbol); | |
| ValaMethod* vala_method_type_get_method_symbol (ValaMethodType* self); | | ValaMethod* vala_method_type_get_method_symbol (ValaMethodType* self); | |
| void vala_method_type_set_method_symbol (ValaMethodType* self, ValaMethod*
value); | | void vala_method_type_set_method_symbol (ValaMethodType* self, ValaMethod*
value); | |
| ValaNamespace* vala_namespace_new (const char* name, ValaSourceReference* s
ource_reference); | | ValaNamespace* vala_namespace_new (const char* name, ValaSourceReference* s
ource_reference); | |
| ValaNamespace* vala_namespace_construct (GType object_type, const char* nam
e, ValaSourceReference* source_reference); | | ValaNamespace* vala_namespace_construct (GType object_type, const char* nam
e, ValaSourceReference* source_reference); | |
| void vala_namespace_add_namespace (ValaNamespace* self, ValaNamespace* ns); | | void vala_namespace_add_namespace (ValaNamespace* self, ValaNamespace* ns); | |
| GeeList* vala_namespace_get_namespaces (ValaNamespace* self); | | GeeList* vala_namespace_get_namespaces (ValaNamespace* self); | |
| void vala_namespace_add_class (ValaNamespace* self, ValaClass* cl); | | void vala_namespace_add_class (ValaNamespace* self, ValaClass* cl); | |
| | | | |
| skipping to change at line 4871 | | skipping to change at line 4882 | |
| void vala_return_statement_set_return_expression (ValaReturnStatement* self
, ValaExpression* value); | | void vala_return_statement_set_return_expression (ValaReturnStatement* self
, ValaExpression* value); | |
| gpointer vala_scanner_ref (gpointer instance); | | gpointer vala_scanner_ref (gpointer instance); | |
| void vala_scanner_unref (gpointer instance); | | void vala_scanner_unref (gpointer instance); | |
| GParamSpec* vala_param_spec_scanner (const gchar* name, const gchar* nick,
const gchar* blurb, GType object_type, GParamFlags flags); | | GParamSpec* vala_param_spec_scanner (const gchar* name, const gchar* nick,
const gchar* blurb, GType object_type, GParamFlags flags); | |
| void vala_value_set_scanner (GValue* value, gpointer v_object); | | void vala_value_set_scanner (GValue* value, gpointer v_object); | |
| gpointer vala_value_get_scanner (const GValue* value); | | gpointer vala_value_get_scanner (const GValue* value); | |
| GType vala_scanner_get_type (void); | | GType vala_scanner_get_type (void); | |
| ValaScanner* vala_scanner_new (ValaSourceFile* source_file); | | ValaScanner* vala_scanner_new (ValaSourceFile* source_file); | |
| ValaScanner* vala_scanner_construct (GType object_type, ValaSourceFile* sou
rce_file); | | ValaScanner* vala_scanner_construct (GType object_type, ValaSourceFile* sou
rce_file); | |
| GType vala_token_type_get_type (void); | | GType vala_token_type_get_type (void); | |
|
| | | ValaTokenType vala_scanner_get_identifier_or_keyword (gchar* begin, gint le
n); | |
| ValaTokenType vala_scanner_read_token (ValaScanner* self, ValaSourceLocatio
n* token_begin, ValaSourceLocation* token_end); | | ValaTokenType vala_scanner_read_token (ValaScanner* self, ValaSourceLocatio
n* token_begin, ValaSourceLocation* token_end); | |
| char* vala_scanner_pop_comment (ValaScanner* self); | | char* vala_scanner_pop_comment (ValaScanner* self); | |
| ValaSourceFile* vala_scanner_get_source_file (ValaScanner* self); | | ValaSourceFile* vala_scanner_get_source_file (ValaScanner* self); | |
| ValaScope* vala_scope_new (ValaSymbol* owner); | | ValaScope* vala_scope_new (ValaSymbol* owner); | |
| ValaScope* vala_scope_construct (GType object_type, ValaSymbol* owner); | | ValaScope* vala_scope_construct (GType object_type, ValaSymbol* owner); | |
| void vala_scope_add (ValaScope* self, const char* name, ValaSymbol* sym); | | void vala_scope_add (ValaScope* self, const char* name, ValaSymbol* sym); | |
| void vala_scope_remove (ValaScope* self, const char* name); | | void vala_scope_remove (ValaScope* self, const char* name); | |
| ValaSymbol* vala_scope_lookup (ValaScope* self, const char* name); | | ValaSymbol* vala_scope_lookup (ValaScope* self, const char* name); | |
| gboolean vala_scope_is_subscope_of (ValaScope* self, ValaScope* scope); | | gboolean vala_scope_is_subscope_of (ValaScope* self, ValaScope* scope); | |
| GeeMap* vala_scope_get_symbol_table (ValaScope* self); | | GeeMap* vala_scope_get_symbol_table (ValaScope* self); | |
| ValaSymbol* vala_scope_get_owner (ValaScope* self); | | ValaSymbol* vala_scope_get_owner (ValaScope* self); | |
| void vala_scope_set_owner (ValaScope* self, ValaSymbol* value); | | void vala_scope_set_owner (ValaScope* self, ValaSymbol* value); | |
| ValaScope* vala_scope_get_parent_scope (ValaScope* self); | | ValaScope* vala_scope_get_parent_scope (ValaScope* self); | |
| void vala_scope_set_parent_scope (ValaScope* self, ValaScope* value); | | void vala_scope_set_parent_scope (ValaScope* self, ValaScope* value); | |
|
| | | GType vala_struct_value_type_get_type (void); | |
| ValaSemanticAnalyzer* vala_semantic_analyzer_new (void); | | ValaSemanticAnalyzer* vala_semantic_analyzer_new (void); | |
| ValaSemanticAnalyzer* vala_semantic_analyzer_construct (GType object_type); | | ValaSemanticAnalyzer* vala_semantic_analyzer_construct (GType object_type); | |
| void vala_semantic_analyzer_analyze (ValaSemanticAnalyzer* self, ValaCodeCo
ntext* context); | | void vala_semantic_analyzer_analyze (ValaSemanticAnalyzer* self, ValaCodeCo
ntext* context); | |
| gboolean vala_semantic_analyzer_is_type_accessible (ValaSemanticAnalyzer* s
elf, ValaSymbol* sym, ValaDataType* type); | | gboolean vala_semantic_analyzer_is_type_accessible (ValaSemanticAnalyzer* s
elf, ValaSymbol* sym, ValaDataType* type); | |
| ValaDataType* vala_semantic_analyzer_get_value_type_for_symbol (ValaSemanti
cAnalyzer* self, ValaSymbol* sym, gboolean lvalue); | | ValaDataType* vala_semantic_analyzer_get_value_type_for_symbol (ValaSemanti
cAnalyzer* self, ValaSymbol* sym, gboolean lvalue); | |
| ValaSymbol* vala_semantic_analyzer_symbol_lookup_inherited (ValaSymbol* sym
, const char* name); | | ValaSymbol* vala_semantic_analyzer_symbol_lookup_inherited (ValaSymbol* sym
, const char* name); | |
| ValaDataType* vala_semantic_analyzer_get_data_type_for_symbol (ValaTypeSymb
ol* sym); | | ValaDataType* vala_semantic_analyzer_get_data_type_for_symbol (ValaTypeSymb
ol* sym); | |
| gboolean vala_semantic_analyzer_check_arguments (ValaSemanticAnalyzer* self
, ValaExpression* expr, ValaDataType* mtype, GeeList* params, GeeList* args
); | | gboolean vala_semantic_analyzer_check_arguments (ValaSemanticAnalyzer* self
, ValaExpression* expr, ValaDataType* mtype, GeeList* params, GeeList* args
); | |
| ValaDataType* vala_semantic_analyzer_get_actual_type (ValaDataType* derived
_instance_type, ValaMemberAccess* method_access, ValaGenericType* generic_t
ype, ValaCodeNode* node_reference); | | ValaDataType* vala_semantic_analyzer_get_actual_type (ValaDataType* derived
_instance_type, ValaMemberAccess* method_access, ValaGenericType* generic_t
ype, ValaCodeNode* node_reference); | |
| gboolean vala_semantic_analyzer_is_in_instance_method (ValaSemanticAnalyzer
* self); | | gboolean vala_semantic_analyzer_is_in_instance_method (ValaSemanticAnalyzer
* self); | |
| | | | |
| skipping to change at line 4914 | | skipping to change at line 4927 | |
| void vala_semantic_analyzer_set_current_source_file (ValaSemanticAnalyzer*
self, ValaSourceFile* value); | | void vala_semantic_analyzer_set_current_source_file (ValaSemanticAnalyzer*
self, ValaSourceFile* value); | |
| ValaSignal* vala_signal_new (const char* name, ValaDataType* return_type, V
alaSourceReference* source_reference); | | ValaSignal* vala_signal_new (const char* name, ValaDataType* return_type, V
alaSourceReference* source_reference); | |
| ValaSignal* vala_signal_construct (GType object_type, const char* name, Val
aDataType* return_type, ValaSourceReference* source_reference); | | ValaSignal* vala_signal_construct (GType object_type, const char* name, Val
aDataType* return_type, ValaSourceReference* source_reference); | |
| void vala_signal_add_parameter (ValaSignal* self, ValaFormalParameter* para
m); | | void vala_signal_add_parameter (ValaSignal* self, ValaFormalParameter* para
m); | |
| GeeList* vala_signal_get_parameters (ValaSignal* self); | | GeeList* vala_signal_get_parameters (ValaSignal* self); | |
| ValaDelegate* vala_signal_get_delegate (ValaSignal* self, ValaDataType* sen
der_type, ValaCodeNode* node_reference); | | ValaDelegate* vala_signal_get_delegate (ValaSignal* self, ValaDataType* sen
der_type, ValaCodeNode* node_reference); | |
| char* vala_signal_get_cname (ValaSignal* self); | | char* vala_signal_get_cname (ValaSignal* self); | |
| void vala_signal_set_cname (ValaSignal* self, const char* cname); | | void vala_signal_set_cname (ValaSignal* self, const char* cname); | |
| ValaCCodeConstant* vala_signal_get_canonical_cconstant (ValaSignal* self, c
onst char* detail); | | ValaCCodeConstant* vala_signal_get_canonical_cconstant (ValaSignal* self, c
onst char* detail); | |
| void vala_signal_process_attributes (ValaSignal* self); | | void vala_signal_process_attributes (ValaSignal* self); | |
|
| ValaMethod* vala_signal_get_method_handler (ValaSignal* self); | | | |
| ValaDataType* vala_signal_get_return_type (ValaSignal* self); | | ValaDataType* vala_signal_get_return_type (ValaSignal* self); | |
| void vala_signal_set_return_type (ValaSignal* self, ValaDataType* value); | | void vala_signal_set_return_type (ValaSignal* self, ValaDataType* value); | |
|
| | | ValaBlock* vala_signal_get_body (ValaSignal* self); | |
| | | void vala_signal_set_body (ValaSignal* self, ValaBlock* value); | |
| gboolean vala_signal_get_has_emitter (ValaSignal* self); | | gboolean vala_signal_get_has_emitter (ValaSignal* self); | |
| void vala_signal_set_has_emitter (ValaSignal* self, gboolean value); | | void vala_signal_set_has_emitter (ValaSignal* self, gboolean value); | |
| gboolean vala_signal_get_is_virtual (ValaSignal* self); | | gboolean vala_signal_get_is_virtual (ValaSignal* self); | |
| void vala_signal_set_is_virtual (ValaSignal* self, gboolean value); | | void vala_signal_set_is_virtual (ValaSignal* self, gboolean value); | |
|
| | | ValaMethod* vala_signal_get_default_handler (ValaSignal* self); | |
| GType vala_signal_type_get_type (void); | | GType vala_signal_type_get_type (void); | |
| ValaSignalType* vala_signal_type_new (ValaSignal* signal_symbol); | | ValaSignalType* vala_signal_type_new (ValaSignal* signal_symbol); | |
| ValaSignalType* vala_signal_type_construct (GType object_type, ValaSignal*
signal_symbol); | | ValaSignalType* vala_signal_type_construct (GType object_type, ValaSignal*
signal_symbol); | |
| ValaSignal* vala_signal_type_get_signal_symbol (ValaSignalType* self); | | ValaSignal* vala_signal_type_get_signal_symbol (ValaSignalType* self); | |
| void vala_signal_type_set_signal_symbol (ValaSignalType* self, ValaSignal*
value); | | void vala_signal_type_set_signal_symbol (ValaSignalType* self, ValaSignal*
value); | |
| ValaSizeofExpression* vala_sizeof_expression_new (ValaDataType* type, ValaS
ourceReference* source); | | ValaSizeofExpression* vala_sizeof_expression_new (ValaDataType* type, ValaS
ourceReference* source); | |
| ValaSizeofExpression* vala_sizeof_expression_construct (GType object_type,
ValaDataType* type, ValaSourceReference* source); | | ValaSizeofExpression* vala_sizeof_expression_construct (GType object_type,
ValaDataType* type, ValaSourceReference* source); | |
| ValaDataType* vala_sizeof_expression_get_type_reference (ValaSizeofExpressi
on* self); | | ValaDataType* vala_sizeof_expression_get_type_reference (ValaSizeofExpressi
on* self); | |
| void vala_sizeof_expression_set_type_reference (ValaSizeofExpression* self,
ValaDataType* value); | | void vala_sizeof_expression_set_type_reference (ValaSizeofExpression* self,
ValaDataType* value); | |
| ValaSourceFile* vala_source_file_new (ValaCodeContext* context, const char*
filename, gboolean pkg, const char* content); | | ValaSourceFile* vala_source_file_new (ValaCodeContext* context, const char*
filename, gboolean pkg, const char* content); | |
| | | | |
| skipping to change at line 5026 | | skipping to change at line 5041 | |
| ValaMethod* vala_struct_get_default_construction_method (ValaStruct* self); | | ValaMethod* vala_struct_get_default_construction_method (ValaStruct* self); | |
| void vala_struct_set_default_construction_method (ValaStruct* self, ValaMet
hod* value); | | void vala_struct_set_default_construction_method (ValaStruct* self, ValaMet
hod* value); | |
| gboolean vala_struct_get_use_const (ValaStruct* self); | | gboolean vala_struct_get_use_const (ValaStruct* self); | |
| void vala_struct_set_use_const (ValaStruct* self, gboolean value); | | void vala_struct_set_use_const (ValaStruct* self, gboolean value); | |
| gboolean vala_struct_get_has_type_id (ValaStruct* self); | | gboolean vala_struct_get_has_type_id (ValaStruct* self); | |
| void vala_struct_set_has_type_id (ValaStruct* self, gboolean value); | | void vala_struct_set_has_type_id (ValaStruct* self, gboolean value); | |
| gint vala_struct_get_width (ValaStruct* self); | | gint vala_struct_get_width (ValaStruct* self); | |
| void vala_struct_set_width (ValaStruct* self, gint value); | | void vala_struct_set_width (ValaStruct* self, gint value); | |
| gboolean vala_struct_get_signed (ValaStruct* self); | | gboolean vala_struct_get_signed (ValaStruct* self); | |
| void vala_struct_set_signed (ValaStruct* self, gboolean value); | | void vala_struct_set_signed (ValaStruct* self, gboolean value); | |
|
| GType vala_struct_value_type_get_type (void); | | | |
| ValaStructValueType* vala_struct_value_type_new (ValaStruct* type_symbol); | | ValaStructValueType* vala_struct_value_type_new (ValaStruct* type_symbol); | |
| ValaStructValueType* vala_struct_value_type_construct (GType object_type, V
alaStruct* type_symbol); | | ValaStructValueType* vala_struct_value_type_construct (GType object_type, V
alaStruct* type_symbol); | |
| ValaSwitchLabel* vala_switch_label_new (ValaExpression* expr, ValaSourceRef
erence* source); | | ValaSwitchLabel* vala_switch_label_new (ValaExpression* expr, ValaSourceRef
erence* source); | |
| ValaSwitchLabel* vala_switch_label_construct (GType object_type, ValaExpres
sion* expr, ValaSourceReference* source); | | ValaSwitchLabel* vala_switch_label_construct (GType object_type, ValaExpres
sion* expr, ValaSourceReference* source); | |
| ValaSwitchLabel* vala_switch_label_new_with_default (ValaSourceReference* s
ource); | | ValaSwitchLabel* vala_switch_label_new_with_default (ValaSourceReference* s
ource); | |
| ValaSwitchLabel* vala_switch_label_construct_with_default (GType object_typ
e, ValaSourceReference* source); | | ValaSwitchLabel* vala_switch_label_construct_with_default (GType object_typ
e, ValaSourceReference* source); | |
| ValaExpression* vala_switch_label_get_expression (ValaSwitchLabel* self); | | ValaExpression* vala_switch_label_get_expression (ValaSwitchLabel* self); | |
| void vala_switch_label_set_expression (ValaSwitchLabel* self, ValaExpressio
n* value); | | void vala_switch_label_set_expression (ValaSwitchLabel* self, ValaExpressio
n* value); | |
| ValaSwitchSection* vala_switch_section_new (ValaSourceReference* source_ref
erence); | | ValaSwitchSection* vala_switch_section_new (ValaSourceReference* source_ref
erence); | |
| ValaSwitchSection* vala_switch_section_construct (GType object_type, ValaSo
urceReference* source_reference); | | ValaSwitchSection* vala_switch_section_construct (GType object_type, ValaSo
urceReference* source_reference); | |
| | | | |
| skipping to change at line 5058 | | skipping to change at line 5072 | |
| ValaSymbol* vala_symbol_new (const char* name, ValaSourceReference* source_
reference); | | ValaSymbol* vala_symbol_new (const char* name, ValaSourceReference* source_
reference); | |
| ValaSymbol* vala_symbol_construct (GType object_type, const char* name, Val
aSourceReference* source_reference); | | ValaSymbol* vala_symbol_construct (GType object_type, const char* name, Val
aSourceReference* source_reference); | |
| char* vala_symbol_get_full_name (ValaSymbol* self); | | char* vala_symbol_get_full_name (ValaSymbol* self); | |
| char* vala_symbol_get_cprefix (ValaSymbol* self); | | char* vala_symbol_get_cprefix (ValaSymbol* self); | |
| char* vala_symbol_get_lower_case_cname (ValaSymbol* self, const char* infix
); | | char* vala_symbol_get_lower_case_cname (ValaSymbol* self, const char* infix
); | |
| char* vala_symbol_get_lower_case_cprefix (ValaSymbol* self); | | char* vala_symbol_get_lower_case_cprefix (ValaSymbol* self); | |
| GeeList* vala_symbol_get_cheader_filenames (ValaSymbol* self); | | GeeList* vala_symbol_get_cheader_filenames (ValaSymbol* self); | |
| char* vala_symbol_camel_case_to_lower_case (const char* camel_case); | | char* vala_symbol_camel_case_to_lower_case (const char* camel_case); | |
| char* vala_symbol_lower_case_to_camel_case (const char* lower_case); | | char* vala_symbol_lower_case_to_camel_case (const char* lower_case); | |
| ValaScope* vala_symbol_get_top_accessible_scope (ValaSymbol* self, gboolean
is_internal); | | ValaScope* vala_symbol_get_top_accessible_scope (ValaSymbol* self, gboolean
is_internal); | |
|
| | | gboolean vala_symbol_is_instance_member (ValaSymbol* self); | |
| | | gboolean vala_symbol_is_class_member (ValaSymbol* self); | |
| ValaSymbol* vala_symbol_get_parent_symbol (ValaSymbol* self); | | ValaSymbol* vala_symbol_get_parent_symbol (ValaSymbol* self); | |
| ValaScope* vala_symbol_get_owner (ValaSymbol* self); | | ValaScope* vala_symbol_get_owner (ValaSymbol* self); | |
| void vala_symbol_set_owner (ValaSymbol* self, ValaScope* value); | | void vala_symbol_set_owner (ValaSymbol* self, ValaScope* value); | |
| const char* vala_symbol_get_name (ValaSymbol* self); | | const char* vala_symbol_get_name (ValaSymbol* self); | |
| void vala_symbol_set_name (ValaSymbol* self, const char* value); | | void vala_symbol_set_name (ValaSymbol* self, const char* value); | |
| gboolean vala_symbol_get_active (ValaSymbol* self); | | gboolean vala_symbol_get_active (ValaSymbol* self); | |
| void vala_symbol_set_active (ValaSymbol* self, gboolean value); | | void vala_symbol_set_active (ValaSymbol* self, gboolean value); | |
| gboolean vala_symbol_get_used (ValaSymbol* self); | | gboolean vala_symbol_get_used (ValaSymbol* self); | |
| void vala_symbol_set_used (ValaSymbol* self, gboolean value); | | void vala_symbol_set_used (ValaSymbol* self, gboolean value); | |
| ValaSymbolAccessibility vala_symbol_get_access (ValaSymbol* self); | | ValaSymbolAccessibility vala_symbol_get_access (ValaSymbol* self); | |
| | | | |
End of changes. 17 change blocks. |
| 21 lines changed or deleted | | 39 lines changed or added | |
|