| vala.h | | vala.h | |
| | | | |
| skipping to change at line 78 | | skipping to change at line 78 | |
| #define VALA_TYPE_SYMBOL (vala_symbol_get_type ()) | | #define VALA_TYPE_SYMBOL (vala_symbol_get_type ()) | |
| #define VALA_SYMBOL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_TYPE_SYMB
OL, ValaSymbol)) | | #define VALA_SYMBOL(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_TYPE_SYMB
OL, ValaSymbol)) | |
| #define VALA_SYMBOL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALA_TY
PE_SYMBOL, ValaSymbolClass)) | | #define VALA_SYMBOL_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALA_TY
PE_SYMBOL, ValaSymbolClass)) | |
| #define VALA_IS_SYMBOL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALA_TYPE_S
YMBOL)) | | #define VALA_IS_SYMBOL(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALA_TYPE_S
YMBOL)) | |
| #define VALA_IS_SYMBOL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALA
_TYPE_SYMBOL)) | | #define VALA_IS_SYMBOL_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALA
_TYPE_SYMBOL)) | |
| #define VALA_SYMBOL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALA_
TYPE_SYMBOL, ValaSymbolClass)) | | #define VALA_SYMBOL_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALA_
TYPE_SYMBOL, ValaSymbolClass)) | |
| | | | |
| typedef struct _ValaSymbol ValaSymbol; | | typedef struct _ValaSymbol ValaSymbol; | |
| typedef struct _ValaSymbolClass ValaSymbolClass; | | typedef struct _ValaSymbolClass ValaSymbolClass; | |
| | | | |
|
| | | #define VALA_TYPE_VARIABLE (vala_variable_get_type ()) | |
| | | #define VALA_VARIABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_TYPE_VA | |
| | | RIABLE, ValaVariable)) | |
| | | #define VALA_VARIABLE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALA_ | |
| | | TYPE_VARIABLE, ValaVariableClass)) | |
| | | #define VALA_IS_VARIABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALA_TYPE | |
| | | _VARIABLE)) | |
| | | #define VALA_IS_VARIABLE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VA | |
| | | LA_TYPE_VARIABLE)) | |
| | | #define VALA_VARIABLE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VAL | |
| | | A_TYPE_VARIABLE, ValaVariableClass)) | |
| | | | |
| | | typedef struct _ValaVariable ValaVariable; | |
| | | typedef struct _ValaVariableClass ValaVariableClass; | |
| | | | |
| #define VALA_TYPE_LOCAL_VARIABLE (vala_local_variable_get_type ()) | | #define VALA_TYPE_LOCAL_VARIABLE (vala_local_variable_get_type ()) | |
| #define VALA_LOCAL_VARIABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_T
YPE_LOCAL_VARIABLE, ValaLocalVariable)) | | #define VALA_LOCAL_VARIABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_T
YPE_LOCAL_VARIABLE, ValaLocalVariable)) | |
| #define VALA_LOCAL_VARIABLE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),
VALA_TYPE_LOCAL_VARIABLE, ValaLocalVariableClass)) | | #define VALA_LOCAL_VARIABLE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass),
VALA_TYPE_LOCAL_VARIABLE, ValaLocalVariableClass)) | |
| #define VALA_IS_LOCAL_VARIABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VAL
A_TYPE_LOCAL_VARIABLE)) | | #define VALA_IS_LOCAL_VARIABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VAL
A_TYPE_LOCAL_VARIABLE)) | |
| #define VALA_IS_LOCAL_VARIABLE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas
s), VALA_TYPE_LOCAL_VARIABLE)) | | #define VALA_IS_LOCAL_VARIABLE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klas
s), VALA_TYPE_LOCAL_VARIABLE)) | |
| #define VALA_LOCAL_VARIABLE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj
), VALA_TYPE_LOCAL_VARIABLE, ValaLocalVariableClass)) | | #define VALA_LOCAL_VARIABLE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj
), VALA_TYPE_LOCAL_VARIABLE, ValaLocalVariableClass)) | |
| | | | |
| typedef struct _ValaLocalVariable ValaLocalVariable; | | typedef struct _ValaLocalVariable ValaLocalVariable; | |
| typedef struct _ValaLocalVariableClass ValaLocalVariableClass; | | typedef struct _ValaLocalVariableClass ValaLocalVariableClass; | |
| | | | |
| | | | |
| skipping to change at line 141 | | skipping to change at line 151 | |
| #define VALA_TYPE_INITIALIZER_LIST (vala_initializer_list_get_type ()) | | #define VALA_TYPE_INITIALIZER_LIST (vala_initializer_list_get_type ()) | |
| #define VALA_INITIALIZER_LIST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA
_TYPE_INITIALIZER_LIST, ValaInitializerList)) | | #define VALA_INITIALIZER_LIST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA
_TYPE_INITIALIZER_LIST, ValaInitializerList)) | |
| #define VALA_INITIALIZER_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass
), VALA_TYPE_INITIALIZER_LIST, ValaInitializerListClass)) | | #define VALA_INITIALIZER_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass
), VALA_TYPE_INITIALIZER_LIST, ValaInitializerListClass)) | |
| #define VALA_IS_INITIALIZER_LIST(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), V
ALA_TYPE_INITIALIZER_LIST)) | | #define VALA_IS_INITIALIZER_LIST(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), V
ALA_TYPE_INITIALIZER_LIST)) | |
| #define VALA_IS_INITIALIZER_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kl
ass), VALA_TYPE_INITIALIZER_LIST)) | | #define VALA_IS_INITIALIZER_LIST_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((kl
ass), VALA_TYPE_INITIALIZER_LIST)) | |
| #define VALA_INITIALIZER_LIST_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((o
bj), VALA_TYPE_INITIALIZER_LIST, ValaInitializerListClass)) | | #define VALA_INITIALIZER_LIST_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((o
bj), VALA_TYPE_INITIALIZER_LIST, ValaInitializerListClass)) | |
| | | | |
| typedef struct _ValaInitializerList ValaInitializerList; | | typedef struct _ValaInitializerList ValaInitializerList; | |
| typedef struct _ValaInitializerListClass ValaInitializerListClass; | | typedef struct _ValaInitializerListClass ValaInitializerListClass; | |
| typedef struct _ValaSymbolPrivate ValaSymbolPrivate; | | typedef struct _ValaSymbolPrivate ValaSymbolPrivate; | |
|
| | | typedef struct _ValaVariablePrivate ValaVariablePrivate; | |
| #define VALA_TYPE_MEMBER (vala_member_get_type ()) | | | |
| #define VALA_MEMBER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_TYPE_MEMB | | | |
| ER, ValaMember)) | | | |
| #define VALA_MEMBER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), VALA_TY | | | |
| PE_MEMBER, ValaMemberClass)) | | | |
| #define VALA_IS_MEMBER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALA_TYPE_M | | | |
| EMBER)) | | | |
| #define VALA_IS_MEMBER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VALA | | | |
| _TYPE_MEMBER)) | | | |
| #define VALA_MEMBER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VALA_ | | | |
| TYPE_MEMBER, ValaMemberClass)) | | | |
| | | | |
| typedef struct _ValaMember ValaMember; | | | |
| typedef struct _ValaMemberClass ValaMemberClass; | | | |
| typedef struct _ValaMemberPrivate ValaMemberPrivate; | | | |
| | | | |
| #define VALA_TYPE_LOCKABLE (vala_lockable_get_type ()) | | #define VALA_TYPE_LOCKABLE (vala_lockable_get_type ()) | |
| #define VALA_LOCKABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_TYPE_LO
CKABLE, ValaLockable)) | | #define VALA_LOCKABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), VALA_TYPE_LO
CKABLE, ValaLockable)) | |
| #define VALA_IS_LOCKABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALA_TYPE
_LOCKABLE)) | | #define VALA_IS_LOCKABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), VALA_TYPE
_LOCKABLE)) | |
| #define VALA_LOCKABLE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((o
bj), VALA_TYPE_LOCKABLE, ValaLockableIface)) | | #define VALA_LOCKABLE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((o
bj), VALA_TYPE_LOCKABLE, ValaLockableIface)) | |
| | | | |
| typedef struct _ValaLockable ValaLockable; | | typedef struct _ValaLockable ValaLockable; | |
| typedef struct _ValaLockableIface ValaLockableIface; | | typedef struct _ValaLockableIface ValaLockableIface; | |
| | | | |
| #define VALA_TYPE_FIELD (vala_field_get_type ()) | | #define VALA_TYPE_FIELD (vala_field_get_type ()) | |
| | | | |
| skipping to change at line 1652 | | skipping to change at line 1652 | |
| 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); | |
| ValaList* (*get_cheader_filenames) (ValaSymbol* self); | | ValaList* (*get_cheader_filenames) (ValaSymbol* self); | |
| gboolean (*is_instance_member) (ValaSymbol* self); | | gboolean (*is_instance_member) (ValaSymbol* self); | |
| gboolean (*is_class_member) (ValaSymbol* self); | | gboolean (*is_class_member) (ValaSymbol* self); | |
| void (*process_deprecated_attribute) (ValaSymbol* self, ValaAttribut
e* attr); | | void (*process_deprecated_attribute) (ValaSymbol* self, ValaAttribut
e* attr); | |
| }; | | }; | |
| | | | |
|
| struct _ValaMember { | | struct _ValaVariable { | |
| ValaSymbol parent_instance; | | ValaSymbol parent_instance; | |
|
| ValaMemberPrivate * priv; | | ValaVariablePrivate * priv; | |
| }; | | }; | |
| | | | |
|
| struct _ValaMemberClass { | | struct _ValaVariableClass { | |
| ValaSymbolClass parent_class; | | ValaSymbolClass parent_class; | |
| }; | | }; | |
| | | | |
| struct _ValaLockableIface { | | struct _ValaLockableIface { | |
| GTypeInterface parent_iface; | | GTypeInterface parent_iface; | |
| gboolean (*get_lock_used) (ValaLockable* self); | | gboolean (*get_lock_used) (ValaLockable* self); | |
| void (*set_lock_used) (ValaLockable* self, gboolean used); | | void (*set_lock_used) (ValaLockable* self, gboolean used); | |
| }; | | }; | |
| | | | |
| struct _ValaField { | | struct _ValaField { | |
|
| ValaMember parent_instance; | | ValaVariable parent_instance; | |
| ValaFieldPrivate * priv; | | ValaFieldPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaFieldClass { | | struct _ValaFieldClass { | |
|
| ValaMemberClass parent_class; | | ValaVariableClass parent_class; | |
| }; | | }; | |
| | | | |
| struct _ValaArrayLengthField { | | struct _ValaArrayLengthField { | |
| ValaField parent_instance; | | ValaField parent_instance; | |
| ValaArrayLengthFieldPrivate * priv; | | ValaArrayLengthFieldPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaArrayLengthFieldClass { | | struct _ValaArrayLengthFieldClass { | |
| ValaFieldClass parent_class; | | ValaFieldClass parent_class; | |
| }; | | }; | |
| | | | |
| struct _ValaMethod { | | struct _ValaMethod { | |
|
| ValaMember parent_instance; | | ValaSymbol parent_instance; | |
| ValaMethodPrivate * priv; | | ValaMethodPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaMethodClass { | | struct _ValaMethodClass { | |
|
| ValaMemberClass parent_class; | | ValaSymbolClass parent_class; | |
| char* (*get_default_cname) (ValaMethod* self); | | char* (*get_default_cname) (ValaMethod* self); | |
| char* (*get_real_cname) (ValaMethod* self); | | char* (*get_real_cname) (ValaMethod* self); | |
| }; | | }; | |
| | | | |
| struct _ValaArrayMoveMethod { | | struct _ValaArrayMoveMethod { | |
| ValaMethod parent_instance; | | ValaMethod parent_instance; | |
| ValaArrayMoveMethodPrivate * priv; | | ValaArrayMoveMethodPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaArrayMoveMethodClass { | | struct _ValaArrayMoveMethodClass { | |
| | | | |
| skipping to change at line 2029 | | skipping to change at line 2029 | |
| void (*visit_source_file) (ValaCodeVisitor* self, ValaSourceFile* so
urce_file); | | void (*visit_source_file) (ValaCodeVisitor* self, ValaSourceFile* so
urce_file); | |
| void (*visit_namespace) (ValaCodeVisitor* self, ValaNamespace* ns); | | void (*visit_namespace) (ValaCodeVisitor* self, ValaNamespace* ns); | |
| void (*visit_class) (ValaCodeVisitor* self, ValaClass* cl); | | void (*visit_class) (ValaCodeVisitor* self, ValaClass* cl); | |
| void (*visit_struct) (ValaCodeVisitor* self, ValaStruct* st); | | void (*visit_struct) (ValaCodeVisitor* self, ValaStruct* st); | |
| void (*visit_interface) (ValaCodeVisitor* self, ValaInterface* iface
); | | void (*visit_interface) (ValaCodeVisitor* self, ValaInterface* iface
); | |
| void (*visit_enum) (ValaCodeVisitor* self, ValaEnum* en); | | void (*visit_enum) (ValaCodeVisitor* self, ValaEnum* en); | |
| void (*visit_enum_value) (ValaCodeVisitor* self, ValaEnumValue* ev); | | void (*visit_enum_value) (ValaCodeVisitor* self, ValaEnumValue* ev); | |
| void (*visit_error_domain) (ValaCodeVisitor* self, ValaErrorDomain*
edomain); | | void (*visit_error_domain) (ValaCodeVisitor* self, ValaErrorDomain*
edomain); | |
| void (*visit_error_code) (ValaCodeVisitor* self, ValaErrorCode* ecod
e); | | void (*visit_error_code) (ValaCodeVisitor* self, ValaErrorCode* ecod
e); | |
| void (*visit_delegate) (ValaCodeVisitor* self, ValaDelegate* d); | | void (*visit_delegate) (ValaCodeVisitor* self, ValaDelegate* d); | |
|
| void (*visit_member) (ValaCodeVisitor* self, ValaMember* m); | | | |
| void (*visit_constant) (ValaCodeVisitor* self, ValaConstant* c); | | void (*visit_constant) (ValaCodeVisitor* self, ValaConstant* c); | |
| void (*visit_field) (ValaCodeVisitor* self, ValaField* f); | | void (*visit_field) (ValaCodeVisitor* self, ValaField* f); | |
| void (*visit_method) (ValaCodeVisitor* self, ValaMethod* m); | | void (*visit_method) (ValaCodeVisitor* self, ValaMethod* m); | |
| void (*visit_creation_method) (ValaCodeVisitor* self, ValaCreationMe
thod* m); | | void (*visit_creation_method) (ValaCodeVisitor* self, ValaCreationMe
thod* m); | |
| void (*visit_formal_parameter) (ValaCodeVisitor* self, ValaFormalPar
ameter* p); | | void (*visit_formal_parameter) (ValaCodeVisitor* self, ValaFormalPar
ameter* p); | |
| void (*visit_property) (ValaCodeVisitor* self, ValaProperty* prop); | | void (*visit_property) (ValaCodeVisitor* self, ValaProperty* prop); | |
| void (*visit_property_accessor) (ValaCodeVisitor* self, ValaProperty
Accessor* acc); | | void (*visit_property_accessor) (ValaCodeVisitor* self, ValaProperty
Accessor* acc); | |
| void (*visit_signal) (ValaCodeVisitor* self, ValaSignal* sig); | | void (*visit_signal) (ValaCodeVisitor* self, ValaSignal* sig); | |
| void (*visit_constructor) (ValaCodeVisitor* self, ValaConstructor* c
); | | void (*visit_constructor) (ValaCodeVisitor* self, ValaConstructor* c
); | |
| void (*visit_destructor) (ValaCodeVisitor* self, ValaDestructor* d); | | void (*visit_destructor) (ValaCodeVisitor* self, ValaDestructor* d); | |
| | | | |
| skipping to change at line 2145 | | skipping to change at line 2144 | |
| struct _ValaConditionalExpression { | | struct _ValaConditionalExpression { | |
| ValaExpression parent_instance; | | ValaExpression parent_instance; | |
| ValaConditionalExpressionPrivate * priv; | | ValaConditionalExpressionPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaConditionalExpressionClass { | | struct _ValaConditionalExpressionClass { | |
| ValaExpressionClass parent_class; | | ValaExpressionClass parent_class; | |
| }; | | }; | |
| | | | |
| struct _ValaConstant { | | struct _ValaConstant { | |
|
| ValaMember parent_instance; | | ValaSymbol parent_instance; | |
| ValaConstantPrivate * priv; | | ValaConstantPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaConstantClass { | | struct _ValaConstantClass { | |
|
| ValaMemberClass parent_class; | | ValaSymbolClass parent_class; | |
| | | char* (*get_default_cname) (ValaConstant* self); | |
| }; | | }; | |
| | | | |
| struct _ValaConstructor { | | struct _ValaConstructor { | |
| ValaSymbol parent_instance; | | ValaSymbol parent_instance; | |
| ValaConstructorPrivate * priv; | | ValaConstructorPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaConstructorClass { | | struct _ValaConstructorClass { | |
| ValaSymbolClass parent_class; | | ValaSymbolClass parent_class; | |
| }; | | }; | |
| | | | |
| skipping to change at line 2250 | | skipping to change at line 2250 | |
| struct _ValaDynamicMethod { | | struct _ValaDynamicMethod { | |
| ValaMethod parent_instance; | | ValaMethod parent_instance; | |
| ValaDynamicMethodPrivate * priv; | | ValaDynamicMethodPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaDynamicMethodClass { | | struct _ValaDynamicMethodClass { | |
| ValaMethodClass parent_class; | | ValaMethodClass parent_class; | |
| }; | | }; | |
| | | | |
| struct _ValaProperty { | | struct _ValaProperty { | |
|
| ValaMember parent_instance; | | ValaSymbol parent_instance; | |
| ValaPropertyPrivate * priv; | | ValaPropertyPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaPropertyClass { | | struct _ValaPropertyClass { | |
|
| ValaMemberClass parent_class; | | ValaSymbolClass parent_class; | |
| }; | | }; | |
| | | | |
| struct _ValaDynamicProperty { | | struct _ValaDynamicProperty { | |
| ValaProperty parent_instance; | | ValaProperty parent_instance; | |
| ValaDynamicPropertyPrivate * priv; | | ValaDynamicPropertyPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaDynamicPropertyClass { | | struct _ValaDynamicPropertyClass { | |
| ValaPropertyClass parent_class; | | ValaPropertyClass parent_class; | |
| }; | | }; | |
| | | | |
| struct _ValaSignal { | | struct _ValaSignal { | |
|
| ValaMember parent_instance; | | ValaSymbol parent_instance; | |
| ValaSignalPrivate * priv; | | ValaSignalPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaSignalClass { | | struct _ValaSignalClass { | |
|
| ValaMemberClass parent_class; | | ValaSymbolClass parent_class; | |
| }; | | }; | |
| | | | |
| struct _ValaDynamicSignal { | | struct _ValaDynamicSignal { | |
| ValaSignal parent_instance; | | ValaSignal parent_instance; | |
| ValaDynamicSignalPrivate * priv; | | ValaDynamicSignalPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaDynamicSignalClass { | | struct _ValaDynamicSignalClass { | |
| ValaSignalClass parent_class; | | ValaSignalClass parent_class; | |
| }; | | }; | |
| | | | |
| skipping to change at line 2313 | | skipping to change at line 2313 | |
| struct _ValaEnum { | | struct _ValaEnum { | |
| ValaTypeSymbol parent_instance; | | ValaTypeSymbol parent_instance; | |
| ValaEnumPrivate * priv; | | ValaEnumPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaEnumClass { | | struct _ValaEnumClass { | |
| ValaTypeSymbolClass parent_class; | | ValaTypeSymbolClass parent_class; | |
| }; | | }; | |
| | | | |
| struct _ValaEnumValue { | | struct _ValaEnumValue { | |
|
| ValaSymbol parent_instance; | | ValaConstant parent_instance; | |
| ValaEnumValuePrivate * priv; | | ValaEnumValuePrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaEnumValueClass { | | struct _ValaEnumValueClass { | |
|
| ValaSymbolClass parent_class; | | ValaConstantClass parent_class; | |
| }; | | }; | |
| | | | |
| struct _ValaEnumValueType { | | struct _ValaEnumValueType { | |
| ValaValueType parent_instance; | | ValaValueType parent_instance; | |
| ValaEnumValueTypePrivate * priv; | | ValaEnumValueTypePrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaEnumValueTypeClass { | | struct _ValaEnumValueTypeClass { | |
| ValaValueTypeClass parent_class; | | ValaValueTypeClass parent_class; | |
| }; | | }; | |
| | | | |
| skipping to change at line 2403 | | skipping to change at line 2403 | |
| struct _ValaForeachStatement { | | struct _ValaForeachStatement { | |
| ValaBlock parent_instance; | | ValaBlock parent_instance; | |
| ValaForeachStatementPrivate * priv; | | ValaForeachStatementPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaForeachStatementClass { | | struct _ValaForeachStatementClass { | |
| ValaBlockClass parent_class; | | ValaBlockClass parent_class; | |
| }; | | }; | |
| | | | |
| struct _ValaFormalParameter { | | struct _ValaFormalParameter { | |
|
| ValaSymbol parent_instance; | | ValaVariable parent_instance; | |
| ValaFormalParameterPrivate * priv; | | ValaFormalParameterPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaFormalParameterClass { | | struct _ValaFormalParameterClass { | |
|
| ValaSymbolClass parent_class; | | ValaVariableClass parent_class; | |
| }; | | }; | |
| | | | |
| typedef enum { | | typedef enum { | |
| VALA_PARAMETER_DIRECTION_IN, | | VALA_PARAMETER_DIRECTION_IN, | |
| VALA_PARAMETER_DIRECTION_OUT, | | VALA_PARAMETER_DIRECTION_OUT, | |
| VALA_PARAMETER_DIRECTION_REF | | VALA_PARAMETER_DIRECTION_REF | |
| } ValaParameterDirection; | | } ValaParameterDirection; | |
| | | | |
| struct _ValaForStatement { | | struct _ValaForStatement { | |
| ValaCodeNode parent_instance; | | ValaCodeNode parent_instance; | |
| | | | |
| skipping to change at line 2701 | | skipping to change at line 2701 | |
| struct _ValaListLiteral { | | struct _ValaListLiteral { | |
| ValaLiteral parent_instance; | | ValaLiteral parent_instance; | |
| ValaListLiteralPrivate * priv; | | ValaListLiteralPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaListLiteralClass { | | struct _ValaListLiteralClass { | |
| ValaLiteralClass parent_class; | | ValaLiteralClass parent_class; | |
| }; | | }; | |
| | | | |
| struct _ValaLocalVariable { | | struct _ValaLocalVariable { | |
|
| ValaSymbol parent_instance; | | ValaVariable parent_instance; | |
| ValaLocalVariablePrivate * priv; | | ValaLocalVariablePrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaLocalVariableClass { | | struct _ValaLocalVariableClass { | |
|
| ValaSymbolClass parent_class; | | ValaVariableClass parent_class; | |
| }; | | }; | |
| | | | |
| struct _ValaLockStatement { | | struct _ValaLockStatement { | |
| ValaCodeNode parent_instance; | | ValaCodeNode parent_instance; | |
| ValaLockStatementPrivate * priv; | | ValaLockStatementPrivate * priv; | |
| }; | | }; | |
| | | | |
| struct _ValaLockStatementClass { | | struct _ValaLockStatementClass { | |
| ValaCodeNodeClass parent_class; | | ValaCodeNodeClass parent_class; | |
| }; | | }; | |
| | | | |
| skipping to change at line 3067 | | skipping to change at line 3067 | |
| VALA_TOKEN_TYPE_PERCENT, | | VALA_TOKEN_TYPE_PERCENT, | |
| VALA_TOKEN_TYPE_PLUS, | | VALA_TOKEN_TYPE_PLUS, | |
| VALA_TOKEN_TYPE_PRIVATE, | | VALA_TOKEN_TYPE_PRIVATE, | |
| VALA_TOKEN_TYPE_PROTECTED, | | VALA_TOKEN_TYPE_PROTECTED, | |
| VALA_TOKEN_TYPE_PUBLIC, | | VALA_TOKEN_TYPE_PUBLIC, | |
| VALA_TOKEN_TYPE_REAL_LITERAL, | | VALA_TOKEN_TYPE_REAL_LITERAL, | |
| VALA_TOKEN_TYPE_REF, | | VALA_TOKEN_TYPE_REF, | |
| VALA_TOKEN_TYPE_REGEX_LITERAL, | | VALA_TOKEN_TYPE_REGEX_LITERAL, | |
| VALA_TOKEN_TYPE_REQUIRES, | | VALA_TOKEN_TYPE_REQUIRES, | |
| VALA_TOKEN_TYPE_RETURN, | | VALA_TOKEN_TYPE_RETURN, | |
|
| | | VALA_TOKEN_TYPE_SEALED, | |
| VALA_TOKEN_TYPE_SEMICOLON, | | VALA_TOKEN_TYPE_SEMICOLON, | |
| VALA_TOKEN_TYPE_SET, | | VALA_TOKEN_TYPE_SET, | |
| VALA_TOKEN_TYPE_SIGNAL, | | VALA_TOKEN_TYPE_SIGNAL, | |
| VALA_TOKEN_TYPE_SIZEOF, | | VALA_TOKEN_TYPE_SIZEOF, | |
| VALA_TOKEN_TYPE_STAR, | | VALA_TOKEN_TYPE_STAR, | |
| VALA_TOKEN_TYPE_STATIC, | | VALA_TOKEN_TYPE_STATIC, | |
| VALA_TOKEN_TYPE_STRING_LITERAL, | | VALA_TOKEN_TYPE_STRING_LITERAL, | |
| VALA_TOKEN_TYPE_STRUCT, | | VALA_TOKEN_TYPE_STRUCT, | |
| VALA_TOKEN_TYPE_SWITCH, | | VALA_TOKEN_TYPE_SWITCH, | |
| VALA_TOKEN_TYPE_TEMPLATE_STRING_LITERAL, | | VALA_TOKEN_TYPE_TEMPLATE_STRING_LITERAL, | |
| | | | |
| skipping to change at line 3449 | | skipping to change at line 3450 | |
| void vala_code_visitor_unref (gpointer instance); | | void vala_code_visitor_unref (gpointer instance); | |
| GParamSpec* vala_param_spec_code_visitor (const gchar* name, const gchar* n
ick, const gchar* blurb, GType object_type, GParamFlags flags); | | GParamSpec* vala_param_spec_code_visitor (const gchar* name, const gchar* n
ick, const gchar* blurb, GType object_type, GParamFlags flags); | |
| void vala_value_set_code_visitor (GValue* value, gpointer v_object); | | void vala_value_set_code_visitor (GValue* value, gpointer v_object); | |
| void vala_value_take_code_visitor (GValue* value, gpointer v_object); | | void vala_value_take_code_visitor (GValue* value, gpointer v_object); | |
| gpointer vala_value_get_code_visitor (const GValue* value); | | gpointer vala_value_get_code_visitor (const GValue* value); | |
| GType vala_code_visitor_get_type (void) G_GNUC_CONST; | | GType vala_code_visitor_get_type (void) G_GNUC_CONST; | |
| GType vala_semantic_analyzer_get_type (void) G_GNUC_CONST; | | GType vala_semantic_analyzer_get_type (void) G_GNUC_CONST; | |
| GType vala_data_type_get_type (void) G_GNUC_CONST; | | GType vala_data_type_get_type (void) G_GNUC_CONST; | |
| GType vala_expression_get_type (void) G_GNUC_CONST; | | GType vala_expression_get_type (void) G_GNUC_CONST; | |
| GType vala_symbol_get_type (void) G_GNUC_CONST; | | GType vala_symbol_get_type (void) G_GNUC_CONST; | |
|
| | | GType vala_variable_get_type (void) G_GNUC_CONST; | |
| GType vala_local_variable_get_type (void) G_GNUC_CONST; | | GType vala_local_variable_get_type (void) G_GNUC_CONST; | |
| GType vala_attribute_get_type (void) G_GNUC_CONST; | | GType vala_attribute_get_type (void) G_GNUC_CONST; | |
| GType vala_addressof_expression_get_type (void) G_GNUC_CONST; | | GType vala_addressof_expression_get_type (void) G_GNUC_CONST; | |
| gpointer vala_source_reference_ref (gpointer instance); | | gpointer vala_source_reference_ref (gpointer instance); | |
| void vala_source_reference_unref (gpointer instance); | | void vala_source_reference_unref (gpointer instance); | |
| GParamSpec* vala_param_spec_source_reference (const gchar* name, const gcha
r* nick, const gchar* blurb, GType object_type, GParamFlags flags); | | GParamSpec* vala_param_spec_source_reference (const gchar* name, const gcha
r* nick, const gchar* blurb, GType object_type, GParamFlags flags); | |
| void vala_value_set_source_reference (GValue* value, gpointer v_object); | | void vala_value_set_source_reference (GValue* value, gpointer v_object); | |
| void vala_value_take_source_reference (GValue* value, gpointer v_object); | | void vala_value_take_source_reference (GValue* value, gpointer v_object); | |
| gpointer vala_value_get_source_reference (const GValue* value); | | gpointer vala_value_get_source_reference (const GValue* value); | |
| GType vala_source_reference_get_type (void) G_GNUC_CONST; | | GType vala_source_reference_get_type (void) G_GNUC_CONST; | |
| | | | |
| skipping to change at line 3475 | | skipping to change at line 3477 | |
| ValaList* vala_array_creation_expression_get_sizes (ValaArrayCreationExpres
sion* self); | | ValaList* vala_array_creation_expression_get_sizes (ValaArrayCreationExpres
sion* self); | |
| GType vala_initializer_list_get_type (void) G_GNUC_CONST; | | GType vala_initializer_list_get_type (void) G_GNUC_CONST; | |
| ValaArrayCreationExpression* vala_array_creation_expression_new (ValaDataTy
pe* element_type, gint rank, ValaInitializerList* initializer_list, ValaSou
rceReference* source_reference); | | ValaArrayCreationExpression* vala_array_creation_expression_new (ValaDataTy
pe* element_type, gint rank, ValaInitializerList* initializer_list, ValaSou
rceReference* source_reference); | |
| ValaArrayCreationExpression* vala_array_creation_expression_construct (GTyp
e object_type, ValaDataType* element_type, gint rank, ValaInitializerList*
initializer_list, ValaSourceReference* source_reference); | | ValaArrayCreationExpression* vala_array_creation_expression_construct (GTyp
e object_type, ValaDataType* element_type, gint rank, ValaInitializerList*
initializer_list, ValaSourceReference* source_reference); | |
| ValaDataType* vala_array_creation_expression_get_element_type (ValaArrayCre
ationExpression* self); | | ValaDataType* vala_array_creation_expression_get_element_type (ValaArrayCre
ationExpression* self); | |
| void vala_array_creation_expression_set_element_type (ValaArrayCreationExpr
ession* self, ValaDataType* value); | | void vala_array_creation_expression_set_element_type (ValaArrayCreationExpr
ession* self, ValaDataType* value); | |
| gint vala_array_creation_expression_get_rank (ValaArrayCreationExpression*
self); | | gint vala_array_creation_expression_get_rank (ValaArrayCreationExpression*
self); | |
| void vala_array_creation_expression_set_rank (ValaArrayCreationExpression*
self, gint value); | | void vala_array_creation_expression_set_rank (ValaArrayCreationExpression*
self, gint value); | |
| ValaInitializerList* vala_array_creation_expression_get_initializer_list (V
alaArrayCreationExpression* self); | | ValaInitializerList* vala_array_creation_expression_get_initializer_list (V
alaArrayCreationExpression* self); | |
| void vala_array_creation_expression_set_initializer_list (ValaArrayCreation
Expression* self, ValaInitializerList* value); | | void vala_array_creation_expression_set_initializer_list (ValaArrayCreation
Expression* self, ValaInitializerList* value); | |
|
| GType vala_member_get_type (void) G_GNUC_CONST; | | | |
| GType vala_lockable_get_type (void) G_GNUC_CONST; | | GType vala_lockable_get_type (void) G_GNUC_CONST; | |
| GType vala_field_get_type (void) G_GNUC_CONST; | | GType vala_field_get_type (void) G_GNUC_CONST; | |
| GType vala_array_length_field_get_type (void) G_GNUC_CONST; | | GType vala_array_length_field_get_type (void) G_GNUC_CONST; | |
| ValaArrayLengthField* vala_array_length_field_new (ValaSourceReference* sou
rce_reference); | | ValaArrayLengthField* vala_array_length_field_new (ValaSourceReference* sou
rce_reference); | |
| ValaArrayLengthField* vala_array_length_field_construct (GType object_type,
ValaSourceReference* source_reference); | | ValaArrayLengthField* vala_array_length_field_construct (GType object_type,
ValaSourceReference* source_reference); | |
| GType vala_method_get_type (void) G_GNUC_CONST; | | GType vala_method_get_type (void) G_GNUC_CONST; | |
| GType vala_array_move_method_get_type (void) G_GNUC_CONST; | | GType vala_array_move_method_get_type (void) G_GNUC_CONST; | |
| ValaArrayMoveMethod* vala_array_move_method_new (ValaSourceReference* sourc
e_reference); | | ValaArrayMoveMethod* vala_array_move_method_new (ValaSourceReference* sourc
e_reference); | |
| ValaArrayMoveMethod* vala_array_move_method_construct (GType object_type, V
alaSourceReference* source_reference); | | ValaArrayMoveMethod* vala_array_move_method_construct (GType object_type, V
alaSourceReference* source_reference); | |
| GType vala_array_resize_method_get_type (void) G_GNUC_CONST; | | GType vala_array_resize_method_get_type (void) G_GNUC_CONST; | |
| | | | |
| skipping to change at line 3819 | | skipping to change at line 3820 | |
| ValaProfile vala_code_context_get_profile (ValaCodeContext* self); | | ValaProfile vala_code_context_get_profile (ValaCodeContext* self); | |
| void vala_code_context_set_profile (ValaCodeContext* self, ValaProfile valu
e); | | void vala_code_context_set_profile (ValaCodeContext* self, ValaProfile valu
e); | |
| gint vala_code_context_get_target_glib_major (ValaCodeContext* self); | | gint vala_code_context_get_target_glib_major (ValaCodeContext* self); | |
| void vala_code_context_set_target_glib_major (ValaCodeContext* self, gint v
alue); | | void vala_code_context_set_target_glib_major (ValaCodeContext* self, gint v
alue); | |
| gint vala_code_context_get_target_glib_minor (ValaCodeContext* self); | | gint vala_code_context_get_target_glib_minor (ValaCodeContext* self); | |
| void vala_code_context_set_target_glib_minor (ValaCodeContext* self, gint v
alue); | | void vala_code_context_set_target_glib_minor (ValaCodeContext* self, gint v
alue); | |
| gboolean vala_code_context_get_verbose_mode (ValaCodeContext* self); | | gboolean vala_code_context_get_verbose_mode (ValaCodeContext* self); | |
| void vala_code_context_set_verbose_mode (ValaCodeContext* self, gboolean va
lue); | | void vala_code_context_set_verbose_mode (ValaCodeContext* self, gboolean va
lue); | |
| gboolean vala_code_context_get_version_header (ValaCodeContext* self); | | gboolean vala_code_context_get_version_header (ValaCodeContext* self); | |
| void vala_code_context_set_version_header (ValaCodeContext* self, gboolean
value); | | void vala_code_context_set_version_header (ValaCodeContext* self, gboolean
value); | |
|
| | | gboolean vala_code_context_get_nostdpkg (ValaCodeContext* self); | |
| | | void vala_code_context_set_nostdpkg (ValaCodeContext* self, gboolean value) | |
| | | ; | |
| gboolean vala_code_context_get_save_csources (ValaCodeContext* self); | | gboolean vala_code_context_get_save_csources (ValaCodeContext* self); | |
| GType vala_report_get_type (void) G_GNUC_CONST; | | GType vala_report_get_type (void) G_GNUC_CONST; | |
| ValaReport* vala_code_context_get_report (ValaCodeContext* self); | | ValaReport* vala_code_context_get_report (ValaCodeContext* self); | |
| void vala_code_context_set_report (ValaCodeContext* self, ValaReport* value
); | | void vala_code_context_set_report (ValaCodeContext* self, ValaReport* value
); | |
| ValaMethod* vala_code_context_get_entry_point (ValaCodeContext* self); | | ValaMethod* vala_code_context_get_entry_point (ValaCodeContext* self); | |
| void vala_code_context_set_entry_point (ValaCodeContext* self, ValaMethod*
value); | | void vala_code_context_set_entry_point (ValaCodeContext* self, ValaMethod*
value); | |
| const char* vala_code_context_get_entry_point_name (ValaCodeContext* self); | | const char* vala_code_context_get_entry_point_name (ValaCodeContext* self); | |
| void vala_code_context_set_entry_point_name (ValaCodeContext* self, const c
har* value); | | void vala_code_context_set_entry_point_name (ValaCodeContext* self, const c
har* value); | |
| gboolean vala_code_context_get_run_output (ValaCodeContext* self); | | gboolean vala_code_context_get_run_output (ValaCodeContext* self); | |
| void vala_code_context_set_run_output (ValaCodeContext* self, gboolean valu
e); | | void vala_code_context_set_run_output (ValaCodeContext* self, gboolean valu
e); | |
| | | | |
| skipping to change at line 3927 | | skipping to change at line 3930 | |
| void vala_code_visitor_visit_source_file (ValaCodeVisitor* self, ValaSource
File* source_file); | | void vala_code_visitor_visit_source_file (ValaCodeVisitor* self, ValaSource
File* source_file); | |
| void vala_code_visitor_visit_namespace (ValaCodeVisitor* self, ValaNamespac
e* ns); | | void vala_code_visitor_visit_namespace (ValaCodeVisitor* self, ValaNamespac
e* ns); | |
| void vala_code_visitor_visit_class (ValaCodeVisitor* self, ValaClass* cl); | | void vala_code_visitor_visit_class (ValaCodeVisitor* self, ValaClass* cl); | |
| void vala_code_visitor_visit_struct (ValaCodeVisitor* self, ValaStruct* st)
; | | void vala_code_visitor_visit_struct (ValaCodeVisitor* self, ValaStruct* st)
; | |
| void vala_code_visitor_visit_interface (ValaCodeVisitor* self, ValaInterfac
e* iface); | | void vala_code_visitor_visit_interface (ValaCodeVisitor* self, ValaInterfac
e* iface); | |
| void vala_code_visitor_visit_enum (ValaCodeVisitor* self, ValaEnum* en); | | void vala_code_visitor_visit_enum (ValaCodeVisitor* self, ValaEnum* en); | |
| void vala_code_visitor_visit_enum_value (ValaCodeVisitor* self, ValaEnumVal
ue* ev); | | void vala_code_visitor_visit_enum_value (ValaCodeVisitor* self, ValaEnumVal
ue* ev); | |
| void vala_code_visitor_visit_error_domain (ValaCodeVisitor* self, ValaError
Domain* edomain); | | void vala_code_visitor_visit_error_domain (ValaCodeVisitor* self, ValaError
Domain* edomain); | |
| void vala_code_visitor_visit_error_code (ValaCodeVisitor* self, ValaErrorCo
de* ecode); | | void vala_code_visitor_visit_error_code (ValaCodeVisitor* self, ValaErrorCo
de* ecode); | |
| void vala_code_visitor_visit_delegate (ValaCodeVisitor* self, ValaDelegate*
d); | | void vala_code_visitor_visit_delegate (ValaCodeVisitor* self, ValaDelegate*
d); | |
|
| void vala_code_visitor_visit_member (ValaCodeVisitor* self, ValaMember* m); | | | |
| void vala_code_visitor_visit_constant (ValaCodeVisitor* self, ValaConstant*
c); | | void vala_code_visitor_visit_constant (ValaCodeVisitor* self, ValaConstant*
c); | |
| void vala_code_visitor_visit_field (ValaCodeVisitor* self, ValaField* f); | | void vala_code_visitor_visit_field (ValaCodeVisitor* self, ValaField* f); | |
| void vala_code_visitor_visit_method (ValaCodeVisitor* self, ValaMethod* m); | | void vala_code_visitor_visit_method (ValaCodeVisitor* self, ValaMethod* m); | |
| void vala_code_visitor_visit_creation_method (ValaCodeVisitor* self, ValaCr
eationMethod* m); | | void vala_code_visitor_visit_creation_method (ValaCodeVisitor* self, ValaCr
eationMethod* m); | |
| void vala_code_visitor_visit_formal_parameter (ValaCodeVisitor* self, ValaF
ormalParameter* p); | | void vala_code_visitor_visit_formal_parameter (ValaCodeVisitor* self, ValaF
ormalParameter* p); | |
| void vala_code_visitor_visit_property (ValaCodeVisitor* self, ValaProperty*
prop); | | void vala_code_visitor_visit_property (ValaCodeVisitor* self, ValaProperty*
prop); | |
| void vala_code_visitor_visit_property_accessor (ValaCodeVisitor* self, Vala
PropertyAccessor* acc); | | void vala_code_visitor_visit_property_accessor (ValaCodeVisitor* self, Vala
PropertyAccessor* acc); | |
| void vala_code_visitor_visit_signal (ValaCodeVisitor* self, ValaSignal* sig
); | | void vala_code_visitor_visit_signal (ValaCodeVisitor* self, ValaSignal* sig
); | |
| void vala_code_visitor_visit_constructor (ValaCodeVisitor* self, ValaConstr
uctor* c); | | void vala_code_visitor_visit_constructor (ValaCodeVisitor* self, ValaConstr
uctor* c); | |
| void vala_code_visitor_visit_destructor (ValaCodeVisitor* self, ValaDestruc
tor* d); | | void vala_code_visitor_visit_destructor (ValaCodeVisitor* self, ValaDestruc
tor* d); | |
| | | | |
| skipping to change at line 4021 | | skipping to change at line 4023 | |
| ValaSourceReference* vala_comment_get_source_reference (ValaComment* self); | | ValaSourceReference* vala_comment_get_source_reference (ValaComment* self); | |
| void vala_comment_set_source_reference (ValaComment* self, ValaSourceRefere
nce* value); | | void vala_comment_set_source_reference (ValaComment* self, ValaSourceRefere
nce* value); | |
| ValaConditionalExpression* vala_conditional_expression_new (ValaExpression*
cond, ValaExpression* true_expr, ValaExpression* false_expr, ValaSourceRef
erence* source); | | ValaConditionalExpression* vala_conditional_expression_new (ValaExpression*
cond, ValaExpression* true_expr, ValaExpression* false_expr, ValaSourceRef
erence* source); | |
| ValaConditionalExpression* vala_conditional_expression_construct (GType obj
ect_type, ValaExpression* cond, ValaExpression* true_expr, ValaExpression*
false_expr, ValaSourceReference* source); | | ValaConditionalExpression* vala_conditional_expression_construct (GType obj
ect_type, ValaExpression* cond, ValaExpression* true_expr, ValaExpression*
false_expr, ValaSourceReference* source); | |
| ValaExpression* vala_conditional_expression_get_condition (ValaConditionalE
xpression* self); | | ValaExpression* vala_conditional_expression_get_condition (ValaConditionalE
xpression* self); | |
| void vala_conditional_expression_set_condition (ValaConditionalExpression*
self, ValaExpression* value); | | void vala_conditional_expression_set_condition (ValaConditionalExpression*
self, ValaExpression* value); | |
| ValaExpression* vala_conditional_expression_get_true_expression (ValaCondit
ionalExpression* self); | | ValaExpression* vala_conditional_expression_get_true_expression (ValaCondit
ionalExpression* self); | |
| void vala_conditional_expression_set_true_expression (ValaConditionalExpres
sion* self, ValaExpression* value); | | void vala_conditional_expression_set_true_expression (ValaConditionalExpres
sion* self, ValaExpression* value); | |
| ValaExpression* vala_conditional_expression_get_false_expression (ValaCondi
tionalExpression* self); | | ValaExpression* vala_conditional_expression_get_false_expression (ValaCondi
tionalExpression* self); | |
| void vala_conditional_expression_set_false_expression (ValaConditionalExpre
ssion* self, ValaExpression* value); | | void vala_conditional_expression_set_false_expression (ValaConditionalExpre
ssion* self, ValaExpression* value); | |
|
| ValaConstant* vala_constant_new (const char* name, ValaDataType* type_refer | | ValaConstant* vala_constant_new (const char* name, ValaDataType* type_refer | |
| ence, ValaExpression* initializer, ValaSourceReference* source_reference, V | | ence, ValaExpression* value, ValaSourceReference* source_reference, ValaCom | |
| alaComment* comment); | | ment* comment); | |
| ValaConstant* vala_constant_construct (GType object_type, const char* name, | | ValaConstant* vala_constant_construct (GType object_type, const char* name, | |
| ValaDataType* type_reference, ValaExpression* initializer, ValaSourceRefer | | ValaDataType* type_reference, ValaExpression* value, ValaSourceReference* | |
| ence* source_reference, ValaComment* comment); | | source_reference, ValaComment* comment); | |
| char* vala_constant_get_cname (ValaConstant* self); | | char* vala_constant_get_cname (ValaConstant* self); | |
| char* vala_constant_get_default_cname (ValaConstant* self); | | char* vala_constant_get_default_cname (ValaConstant* self); | |
|
| | | void vala_constant_set_cname (ValaConstant* self, const char* value); | |
| void vala_constant_process_attributes (ValaConstant* self); | | void vala_constant_process_attributes (ValaConstant* self); | |
| ValaDataType* vala_constant_get_type_reference (ValaConstant* self); | | ValaDataType* vala_constant_get_type_reference (ValaConstant* self); | |
| void vala_constant_set_type_reference (ValaConstant* self, ValaDataType* va
lue); | | void vala_constant_set_type_reference (ValaConstant* self, ValaDataType* va
lue); | |
|
| ValaExpression* vala_constant_get_initializer (ValaConstant* self); | | ValaExpression* vala_constant_get_value (ValaConstant* self); | |
| void vala_constant_set_initializer (ValaConstant* self, ValaExpression* val | | void vala_constant_set_value (ValaConstant* self, ValaExpression* value); | |
| ue); | | | |
| ValaConstructor* vala_constructor_new (ValaSourceReference* source); | | ValaConstructor* vala_constructor_new (ValaSourceReference* source); | |
| ValaConstructor* vala_constructor_construct (GType object_type, ValaSourceR
eference* source); | | ValaConstructor* vala_constructor_construct (GType object_type, ValaSourceR
eference* source); | |
| ValaBlock* vala_constructor_get_body (ValaConstructor* self); | | ValaBlock* vala_constructor_get_body (ValaConstructor* self); | |
| void vala_constructor_set_body (ValaConstructor* self, ValaBlock* value); | | void vala_constructor_set_body (ValaConstructor* self, ValaBlock* value); | |
| ValaFormalParameter* vala_constructor_get_this_parameter (ValaConstructor*
self); | | ValaFormalParameter* vala_constructor_get_this_parameter (ValaConstructor*
self); | |
| void vala_constructor_set_this_parameter (ValaConstructor* self, ValaFormal
Parameter* value); | | void vala_constructor_set_this_parameter (ValaConstructor* self, ValaFormal
Parameter* value); | |
| GType member_binding_get_type (void) G_GNUC_CONST; | | GType member_binding_get_type (void) G_GNUC_CONST; | |
| MemberBinding vala_constructor_get_binding (ValaConstructor* self); | | MemberBinding vala_constructor_get_binding (ValaConstructor* self); | |
| void vala_constructor_set_binding (ValaConstructor* self, MemberBinding val
ue); | | void vala_constructor_set_binding (ValaConstructor* self, MemberBinding val
ue); | |
| ValaContinueStatement* vala_continue_statement_new (ValaSourceReference* so
urce); | | ValaContinueStatement* vala_continue_statement_new (ValaSourceReference* so
urce); | |
| | | | |
| skipping to change at line 4189 | | skipping to change at line 4192 | |
| ValaList* vala_enum_get_methods (ValaEnum* self); | | ValaList* vala_enum_get_methods (ValaEnum* self); | |
| ValaList* vala_enum_get_constants (ValaEnum* self); | | ValaList* vala_enum_get_constants (ValaEnum* self); | |
| void vala_enum_set_cname (ValaEnum* self, const char* cname); | | void vala_enum_set_cname (ValaEnum* self, const char* cname); | |
| void vala_enum_set_cprefix (ValaEnum* self, const char* cprefix); | | void vala_enum_set_cprefix (ValaEnum* self, const char* cprefix); | |
| void vala_enum_process_attributes (ValaEnum* self); | | void vala_enum_process_attributes (ValaEnum* self); | |
| void vala_enum_set_type_id (ValaEnum* self, const char* type_id); | | void vala_enum_set_type_id (ValaEnum* self, const char* type_id); | |
| gboolean vala_enum_get_is_flags (ValaEnum* self); | | gboolean vala_enum_get_is_flags (ValaEnum* self); | |
| void vala_enum_set_is_flags (ValaEnum* self, gboolean value); | | void vala_enum_set_is_flags (ValaEnum* self, gboolean value); | |
| gboolean vala_enum_get_has_type_id (ValaEnum* self); | | gboolean vala_enum_get_has_type_id (ValaEnum* self); | |
| void vala_enum_set_has_type_id (ValaEnum* self, gboolean value); | | void vala_enum_set_has_type_id (ValaEnum* self, gboolean value); | |
|
| ValaEnumValue* vala_enum_value_new (const char* name, ValaSourceReference* | | ValaEnumValue* vala_enum_value_new (const char* name, ValaExpression* value | |
| source_reference, ValaComment* comment); | | , ValaSourceReference* source_reference, ValaComment* comment); | |
| ValaEnumValue* vala_enum_value_construct (GType object_type, const char* na | | ValaEnumValue* vala_enum_value_construct (GType object_type, const char* na | |
| me, ValaSourceReference* source_reference, ValaComment* comment); | | me, ValaExpression* value, ValaSourceReference* source_reference, ValaComme | |
| ValaEnumValue* vala_enum_value_new_with_value (const char* name, ValaExpres | | nt* comment); | |
| sion* value, ValaSourceReference* source_reference, ValaComment* comment); | | | |
| ValaEnumValue* vala_enum_value_construct_with_value (GType object_type, con | | | |
| st char* name, ValaExpression* value, ValaSourceReference* source_reference | | | |
| , ValaComment* comment); | | | |
| ValaCCodeConstant* vala_enum_value_get_canonical_cconstant (ValaEnumValue*
self); | | ValaCCodeConstant* vala_enum_value_get_canonical_cconstant (ValaEnumValue*
self); | |
|
| void vala_enum_value_process_attributes (ValaEnumValue* self); | | | |
| char* vala_enum_value_get_cname (ValaEnumValue* self); | | | |
| char* vala_enum_value_get_default_cname (ValaEnumValue* self); | | | |
| void vala_enum_value_set_cname (ValaEnumValue* self, const char* cname); | | | |
| ValaExpression* vala_enum_value_get_value (ValaEnumValue* self); | | | |
| void vala_enum_value_set_value (ValaEnumValue* self, ValaExpression* value) | | | |
| ; | | | |
| ValaComment* vala_enum_value_get_comment (ValaEnumValue* self); | | | |
| void vala_enum_value_set_comment (ValaEnumValue* self, ValaComment* value); | | | |
| GType vala_enum_value_type_get_type (void) G_GNUC_CONST; | | GType vala_enum_value_type_get_type (void) G_GNUC_CONST; | |
| ValaEnumValueType* vala_enum_value_type_new (ValaEnum* type_symbol); | | ValaEnumValueType* vala_enum_value_type_new (ValaEnum* type_symbol); | |
| ValaEnumValueType* vala_enum_value_type_construct (GType object_type, ValaE
num* type_symbol); | | ValaEnumValueType* vala_enum_value_type_construct (GType object_type, ValaE
num* type_symbol); | |
| ValaErrorCode* vala_error_code_new (const char* name, ValaSourceReference*
source_reference, ValaComment* comment); | | ValaErrorCode* vala_error_code_new (const char* name, ValaSourceReference*
source_reference, ValaComment* comment); | |
| ValaErrorCode* vala_error_code_construct (GType object_type, const char* na
me, ValaSourceReference* source_reference, ValaComment* comment); | | ValaErrorCode* vala_error_code_construct (GType object_type, const char* na
me, ValaSourceReference* source_reference, ValaComment* comment); | |
| ValaErrorCode* vala_error_code_new_with_value (const char* name, ValaExpres
sion* value, ValaSourceReference* source_reference); | | ValaErrorCode* vala_error_code_new_with_value (const char* name, ValaExpres
sion* value, ValaSourceReference* source_reference); | |
| ValaErrorCode* vala_error_code_construct_with_value (GType object_type, con
st char* name, ValaExpression* value, ValaSourceReference* source_reference
); | | ValaErrorCode* vala_error_code_construct_with_value (GType object_type, con
st char* name, ValaExpression* value, ValaSourceReference* source_reference
); | |
| ValaExpression* vala_error_code_get_value (ValaErrorCode* self); | | ValaExpression* vala_error_code_get_value (ValaErrorCode* self); | |
| void vala_error_code_set_value (ValaErrorCode* self, ValaExpression* value)
; | | void vala_error_code_set_value (ValaErrorCode* self, ValaExpression* value)
; | |
| ValaErrorDomain* vala_error_domain_new (const char* name, ValaSourceReferen
ce* source_reference, ValaComment* comment); | | ValaErrorDomain* vala_error_domain_new (const char* name, ValaSourceReferen
ce* source_reference, ValaComment* comment); | |
| | | | |
| skipping to change at line 4257 | | skipping to change at line 4250 | |
| ValaCCodeExpression* vala_expression_get_delegate_target (ValaExpression* s
elf); | | ValaCCodeExpression* vala_expression_get_delegate_target (ValaExpression* s
elf); | |
| void vala_expression_set_delegate_target (ValaExpression* self, ValaCCodeEx
pression* value); | | void vala_expression_set_delegate_target (ValaExpression* self, ValaCCodeEx
pression* value); | |
| ValaCCodeExpression* vala_expression_get_delegate_target_destroy_notify (Va
laExpression* self); | | ValaCCodeExpression* vala_expression_get_delegate_target_destroy_notify (Va
laExpression* self); | |
| void vala_expression_set_delegate_target_destroy_notify (ValaExpression* se
lf, ValaCCodeExpression* value); | | void vala_expression_set_delegate_target_destroy_notify (ValaExpression* se
lf, ValaCCodeExpression* 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 | | ValaField* vala_field_new (const char* name, ValaDataType* variable_type, V | |
| Expression* initializer, ValaSourceReference* source_reference, ValaComment | | alaExpression* initializer, ValaSourceReference* source_reference, ValaComm | |
| * comment); | | ent* comment); | |
| ValaField* vala_field_construct (GType object_type, const char* name, ValaD | | ValaField* vala_field_construct (GType object_type, const char* name, ValaD | |
| ataType* field_type, ValaExpression* initializer, ValaSourceReference* sour | | ataType* variable_type, ValaExpression* initializer, ValaSourceReference* s | |
| ce_reference, ValaComment* comment); | | ource_reference, ValaComment* comment); | |
| 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); | |
| char* vala_field_get_default_cname (ValaField* self); | | char* vala_field_get_default_cname (ValaField* self); | |
| char* vala_field_get_array_length_cname (ValaField* self); | | char* vala_field_get_array_length_cname (ValaField* self); | |
| void vala_field_set_array_length_cname (ValaField* self, const char* array_
length_cname); | | void vala_field_set_array_length_cname (ValaField* self, const char* array_
length_cname); | |
| char* vala_field_get_array_length_cexpr (ValaField* self); | | char* vala_field_get_array_length_cexpr (ValaField* self); | |
| void vala_field_set_array_length_cexpr (ValaField* self, const char* array_
length_cexpr); | | void vala_field_set_array_length_cexpr (ValaField* self, const char* array_
length_cexpr); | |
| void vala_field_process_attributes (ValaField* self); | | void vala_field_process_attributes (ValaField* self); | |
| char* vala_field_get_ctype (ValaField* self); | | char* vala_field_get_ctype (ValaField* self); | |
| void vala_field_set_ctype (ValaField* self, const char* ctype); | | void vala_field_set_ctype (ValaField* self, const char* ctype); | |
|
| ValaDataType* vala_field_get_field_type (ValaField* self); | | | |
| void vala_field_set_field_type (ValaField* self, ValaDataType* value); | | | |
| ValaExpression* vala_field_get_initializer (ValaField* self); | | | |
| void vala_field_set_initializer (ValaField* self, ValaExpression* value); | | | |
| MemberBinding vala_field_get_binding (ValaField* self); | | MemberBinding vala_field_get_binding (ValaField* self); | |
| void vala_field_set_binding (ValaField* self, MemberBinding value); | | void vala_field_set_binding (ValaField* self, MemberBinding value); | |
| gboolean vala_field_get_is_volatile (ValaField* self); | | gboolean vala_field_get_is_volatile (ValaField* self); | |
| void vala_field_set_is_volatile (ValaField* self, gboolean value); | | void vala_field_set_is_volatile (ValaField* self, gboolean value); | |
| gboolean vala_field_get_no_array_length (ValaField* self); | | gboolean vala_field_get_no_array_length (ValaField* self); | |
| void vala_field_set_no_array_length (ValaField* self, gboolean value); | | void vala_field_set_no_array_length (ValaField* self, gboolean value); | |
| gboolean vala_field_get_no_delegate_target (ValaField* self); | | gboolean vala_field_get_no_delegate_target (ValaField* self); | |
| void vala_field_set_no_delegate_target (ValaField* self, gboolean value); | | void vala_field_set_no_delegate_target (ValaField* self, gboolean value); | |
| gboolean vala_field_get_array_null_terminated (ValaField* self); | | gboolean vala_field_get_array_null_terminated (ValaField* self); | |
| void vala_field_set_array_null_terminated (ValaField* self, gboolean value)
; | | void vala_field_set_array_null_terminated (ValaField* self, gboolean value)
; | |
| | | | |
| skipping to change at line 4316 | | skipping to change at line 4305 | |
| void vala_foreach_statement_set_collection (ValaForeachStatement* self, Val
aExpression* value); | | void vala_foreach_statement_set_collection (ValaForeachStatement* self, Val
aExpression* value); | |
| ValaBlock* vala_foreach_statement_get_body (ValaForeachStatement* self); | | ValaBlock* vala_foreach_statement_get_body (ValaForeachStatement* self); | |
| void vala_foreach_statement_set_body (ValaForeachStatement* self, ValaBlock
* value); | | void vala_foreach_statement_set_body (ValaForeachStatement* self, ValaBlock
* value); | |
| gboolean vala_foreach_statement_get_use_iterator (ValaForeachStatement* sel
f); | | gboolean vala_foreach_statement_get_use_iterator (ValaForeachStatement* sel
f); | |
| ValaLocalVariable* vala_foreach_statement_get_element_variable (ValaForeach
Statement* self); | | ValaLocalVariable* vala_foreach_statement_get_element_variable (ValaForeach
Statement* self); | |
| void vala_foreach_statement_set_element_variable (ValaForeachStatement* sel
f, ValaLocalVariable* value); | | void vala_foreach_statement_set_element_variable (ValaForeachStatement* sel
f, ValaLocalVariable* value); | |
| ValaLocalVariable* vala_foreach_statement_get_collection_variable (ValaFore
achStatement* self); | | ValaLocalVariable* vala_foreach_statement_get_collection_variable (ValaFore
achStatement* self); | |
| void vala_foreach_statement_set_collection_variable (ValaForeachStatement*
self, ValaLocalVariable* value); | | void vala_foreach_statement_set_collection_variable (ValaForeachStatement*
self, ValaLocalVariable* value); | |
| ValaLocalVariable* vala_foreach_statement_get_iterator_variable (ValaForeac
hStatement* self); | | ValaLocalVariable* vala_foreach_statement_get_iterator_variable (ValaForeac
hStatement* self); | |
| void vala_foreach_statement_set_iterator_variable (ValaForeachStatement* se
lf, ValaLocalVariable* value); | | void vala_foreach_statement_set_iterator_variable (ValaForeachStatement* se
lf, ValaLocalVariable* value); | |
|
| ValaFormalParameter* vala_formal_parameter_new (const char* name, ValaDataT | | ValaFormalParameter* vala_formal_parameter_new (const char* name, ValaDataT | |
| ype* parameter_type, ValaSourceReference* source_reference); | | ype* variable_type, ValaSourceReference* source_reference); | |
| ValaFormalParameter* vala_formal_parameter_construct (GType object_type, co | | ValaFormalParameter* vala_formal_parameter_construct (GType object_type, co | |
| nst char* name, ValaDataType* parameter_type, ValaSourceReference* source_r | | nst char* name, ValaDataType* variable_type, ValaSourceReference* source_re | |
| eference); | | ference); | |
| ValaFormalParameter* vala_formal_parameter_new_with_ellipsis (ValaSourceRef
erence* source_reference); | | ValaFormalParameter* vala_formal_parameter_new_with_ellipsis (ValaSourceRef
erence* source_reference); | |
| ValaFormalParameter* vala_formal_parameter_construct_with_ellipsis (GType o
bject_type, ValaSourceReference* source_reference); | | ValaFormalParameter* vala_formal_parameter_construct_with_ellipsis (GType o
bject_type, ValaSourceReference* source_reference); | |
| void vala_formal_parameter_process_attributes (ValaFormalParameter* self); | | void vala_formal_parameter_process_attributes (ValaFormalParameter* self); | |
| ValaFormalParameter* vala_formal_parameter_copy (ValaFormalParameter* self)
; | | ValaFormalParameter* vala_formal_parameter_copy (ValaFormalParameter* self)
; | |
|
| ValaDataType* vala_formal_parameter_get_parameter_type (ValaFormalParameter | | | |
| * self); | | | |
| void vala_formal_parameter_set_parameter_type (ValaFormalParameter* self, V | | | |
| alaDataType* value); | | | |
| GType vala_parameter_direction_get_type (void) G_GNUC_CONST; | | GType vala_parameter_direction_get_type (void) G_GNUC_CONST; | |
| ValaParameterDirection vala_formal_parameter_get_direction (ValaFormalParam
eter* self); | | ValaParameterDirection vala_formal_parameter_get_direction (ValaFormalParam
eter* self); | |
| void vala_formal_parameter_set_direction (ValaFormalParameter* self, ValaPa
rameterDirection value); | | void vala_formal_parameter_set_direction (ValaFormalParameter* self, ValaPa
rameterDirection value); | |
| gboolean vala_formal_parameter_get_ellipsis (ValaFormalParameter* self); | | gboolean vala_formal_parameter_get_ellipsis (ValaFormalParameter* self); | |
| void vala_formal_parameter_set_ellipsis (ValaFormalParameter* self, gboolea
n value); | | void vala_formal_parameter_set_ellipsis (ValaFormalParameter* self, gboolea
n value); | |
| gboolean vala_formal_parameter_get_params_array (ValaFormalParameter* self)
; | | gboolean vala_formal_parameter_get_params_array (ValaFormalParameter* self)
; | |
| void vala_formal_parameter_set_params_array (ValaFormalParameter* self, gbo
olean value); | | void vala_formal_parameter_set_params_array (ValaFormalParameter* self, gbo
olean value); | |
|
| ValaExpression* vala_formal_parameter_get_default_expression (ValaFormalPar | | | |
| ameter* self); | | | |
| void vala_formal_parameter_set_default_expression (ValaFormalParameter* sel | | | |
| f, ValaExpression* value); | | | |
| gboolean vala_formal_parameter_get_no_array_length (ValaFormalParameter* se
lf); | | gboolean vala_formal_parameter_get_no_array_length (ValaFormalParameter* se
lf); | |
| void vala_formal_parameter_set_no_array_length (ValaFormalParameter* self,
gboolean value); | | void vala_formal_parameter_set_no_array_length (ValaFormalParameter* self,
gboolean value); | |
| gboolean vala_formal_parameter_get_array_null_terminated (ValaFormalParamet
er* self); | | gboolean vala_formal_parameter_get_array_null_terminated (ValaFormalParamet
er* self); | |
| void vala_formal_parameter_set_array_null_terminated (ValaFormalParameter*
self, gboolean value); | | void vala_formal_parameter_set_array_null_terminated (ValaFormalParameter*
self, gboolean value); | |
| const char* vala_formal_parameter_get_array_length_type (ValaFormalParamete
r* self); | | const char* vala_formal_parameter_get_array_length_type (ValaFormalParamete
r* self); | |
| void vala_formal_parameter_set_array_length_type (ValaFormalParameter* self
, const char* value); | | void vala_formal_parameter_set_array_length_type (ValaFormalParameter* self
, const char* value); | |
| double vala_formal_parameter_get_cparameter_position (ValaFormalParameter*
self); | | double vala_formal_parameter_get_cparameter_position (ValaFormalParameter*
self); | |
| void vala_formal_parameter_set_cparameter_position (ValaFormalParameter* se
lf, double value); | | void vala_formal_parameter_set_cparameter_position (ValaFormalParameter* se
lf, double value); | |
| double vala_formal_parameter_get_carray_length_parameter_position (ValaForm
alParameter* self); | | double vala_formal_parameter_get_carray_length_parameter_position (ValaForm
alParameter* self); | |
| void vala_formal_parameter_set_carray_length_parameter_position (ValaFormal
Parameter* self, double value); | | void vala_formal_parameter_set_carray_length_parameter_position (ValaFormal
Parameter* self, double value); | |
| | | | |
| skipping to change at line 4476 | | skipping to change at line 4461 | |
| ValaMethod* vala_lambda_expression_get_method (ValaLambdaExpression* self); | | ValaMethod* vala_lambda_expression_get_method (ValaLambdaExpression* self); | |
| void vala_lambda_expression_set_method (ValaLambdaExpression* self, ValaMet
hod* value); | | void vala_lambda_expression_set_method (ValaLambdaExpression* self, ValaMet
hod* value); | |
| ValaListLiteral* vala_list_literal_new (ValaSourceReference* source_referen
ce); | | ValaListLiteral* vala_list_literal_new (ValaSourceReference* source_referen
ce); | |
| ValaListLiteral* vala_list_literal_construct (GType object_type, ValaSource
Reference* source_reference); | | ValaListLiteral* vala_list_literal_construct (GType object_type, ValaSource
Reference* source_reference); | |
| void vala_list_literal_add_expression (ValaListLiteral* self, ValaExpressio
n* expr); | | void vala_list_literal_add_expression (ValaListLiteral* self, ValaExpressio
n* expr); | |
| ValaList* vala_list_literal_get_expressions (ValaListLiteral* self); | | ValaList* vala_list_literal_get_expressions (ValaListLiteral* self); | |
| ValaDataType* vala_list_literal_get_element_type (ValaListLiteral* self); | | ValaDataType* vala_list_literal_get_element_type (ValaListLiteral* self); | |
| ValaLiteral* vala_literal_construct (GType object_type); | | ValaLiteral* vala_literal_construct (GType object_type); | |
| ValaLocalVariable* vala_local_variable_new (ValaDataType* variable_type, co
nst char* name, ValaExpression* initializer, ValaSourceReference* source_re
ference); | | ValaLocalVariable* vala_local_variable_new (ValaDataType* variable_type, co
nst char* name, ValaExpression* initializer, ValaSourceReference* source_re
ference); | |
| ValaLocalVariable* vala_local_variable_construct (GType object_type, ValaDa
taType* variable_type, const char* name, ValaExpression* initializer, ValaS
ourceReference* source_reference); | | ValaLocalVariable* vala_local_variable_construct (GType object_type, ValaDa
taType* variable_type, const char* name, ValaExpression* initializer, ValaS
ourceReference* source_reference); | |
|
| ValaExpression* vala_local_variable_get_initializer (ValaLocalVariable* sel | | | |
| f); | | | |
| void vala_local_variable_set_initializer (ValaLocalVariable* self, ValaExpr | | | |
| ession* value); | | | |
| ValaDataType* vala_local_variable_get_variable_type (ValaLocalVariable* sel | | | |
| f); | | | |
| void vala_local_variable_set_variable_type (ValaLocalVariable* self, ValaDa | | | |
| taType* value); | | | |
| gboolean vala_local_variable_get_is_result (ValaLocalVariable* self); | | gboolean vala_local_variable_get_is_result (ValaLocalVariable* self); | |
| void vala_local_variable_set_is_result (ValaLocalVariable* self, gboolean v
alue); | | void vala_local_variable_set_is_result (ValaLocalVariable* self, gboolean v
alue); | |
| gboolean vala_local_variable_get_floating (ValaLocalVariable* self); | | gboolean vala_local_variable_get_floating (ValaLocalVariable* self); | |
| void vala_local_variable_set_floating (ValaLocalVariable* self, gboolean va
lue); | | void vala_local_variable_set_floating (ValaLocalVariable* self, gboolean va
lue); | |
| gboolean vala_local_variable_get_captured (ValaLocalVariable* self); | | gboolean vala_local_variable_get_captured (ValaLocalVariable* self); | |
| void vala_local_variable_set_captured (ValaLocalVariable* self, gboolean va
lue); | | void vala_local_variable_set_captured (ValaLocalVariable* self, gboolean va
lue); | |
| gboolean vala_local_variable_get_no_init (ValaLocalVariable* self); | | gboolean vala_local_variable_get_no_init (ValaLocalVariable* self); | |
| void vala_local_variable_set_no_init (ValaLocalVariable* self, gboolean val
ue); | | void vala_local_variable_set_no_init (ValaLocalVariable* self, gboolean val
ue); | |
| gboolean vala_lockable_get_lock_used (ValaLockable* self); | | gboolean vala_lockable_get_lock_used (ValaLockable* self); | |
| void vala_lockable_set_lock_used (ValaLockable* self, gboolean used); | | void vala_lockable_set_lock_used (ValaLockable* self, gboolean used); | |
| | | | |
| skipping to change at line 4517 | | skipping to change at line 4498 | |
| ValaDataType* vala_map_literal_get_map_value_type (ValaMapLiteral* self); | | ValaDataType* vala_map_literal_get_map_value_type (ValaMapLiteral* self); | |
| GType vala_markup_reader_get_type (void) G_GNUC_CONST; | | GType vala_markup_reader_get_type (void) G_GNUC_CONST; | |
| ValaMarkupReader* vala_markup_reader_new (const char* filename); | | ValaMarkupReader* vala_markup_reader_new (const char* filename); | |
| ValaMarkupReader* vala_markup_reader_construct (GType object_type, const ch
ar* filename); | | ValaMarkupReader* vala_markup_reader_construct (GType object_type, const ch
ar* filename); | |
| char* vala_markup_reader_get_attribute (ValaMarkupReader* self, const char*
attr); | | char* vala_markup_reader_get_attribute (ValaMarkupReader* self, const char*
attr); | |
| GType vala_markup_token_type_get_type (void) G_GNUC_CONST; | | GType vala_markup_token_type_get_type (void) G_GNUC_CONST; | |
| ValaMarkupTokenType vala_markup_reader_read_token (ValaMarkupReader* self,
ValaSourceLocation* token_begin, ValaSourceLocation* token_end); | | ValaMarkupTokenType vala_markup_reader_read_token (ValaMarkupReader* self,
ValaSourceLocation* token_begin, ValaSourceLocation* token_end); | |
| const char* vala_markup_reader_get_filename (ValaMarkupReader* self); | | const char* vala_markup_reader_get_filename (ValaMarkupReader* self); | |
| const char* vala_markup_reader_get_name (ValaMarkupReader* self); | | const char* vala_markup_reader_get_name (ValaMarkupReader* self); | |
| const char* vala_markup_token_type_to_string (ValaMarkupTokenType self); | | const char* vala_markup_token_type_to_string (ValaMarkupTokenType self); | |
|
| ValaMember* vala_member_construct (GType object_type, const char* name, Val | | | |
| aSourceReference* source_reference, ValaComment* comment); | | | |
| void vala_member_add_cheader_filename (ValaMember* self, const char* filena | | | |
| me); | | | |
| ValaSymbol* vala_member_get_hidden_member (ValaMember* self); | | | |
| ValaComment* vala_member_get_comment (ValaMember* self); | | | |
| void vala_member_set_comment (ValaMember* self, ValaComment* value); | | | |
| gboolean vala_member_get_hides (ValaMember* self); | | | |
| void vala_member_set_hides (ValaMember* self, gboolean value); | | | |
| ValaMemberAccess* vala_member_access_new (ValaExpression* inner, const char
* member_name, ValaSourceReference* source_reference); | | ValaMemberAccess* vala_member_access_new (ValaExpression* inner, const char
* member_name, ValaSourceReference* source_reference); | |
| ValaMemberAccess* vala_member_access_construct (GType object_type, ValaExpr
ession* inner, const char* member_name, ValaSourceReference* source_referen
ce); | | ValaMemberAccess* vala_member_access_construct (GType object_type, ValaExpr
ession* inner, const char* member_name, ValaSourceReference* source_referen
ce); | |
| ValaMemberAccess* vala_member_access_new_simple (const char* member_name, V
alaSourceReference* source_reference); | | ValaMemberAccess* vala_member_access_new_simple (const char* member_name, V
alaSourceReference* source_reference); | |
| ValaMemberAccess* vala_member_access_construct_simple (GType object_type, c
onst char* member_name, ValaSourceReference* source_reference); | | ValaMemberAccess* vala_member_access_construct_simple (GType object_type, c
onst char* member_name, ValaSourceReference* source_reference); | |
| ValaMemberAccess* vala_member_access_new_pointer (ValaExpression* inner, co
nst char* member_name, ValaSourceReference* source_reference); | | ValaMemberAccess* vala_member_access_new_pointer (ValaExpression* inner, co
nst char* member_name, ValaSourceReference* source_reference); | |
| ValaMemberAccess* vala_member_access_construct_pointer (GType object_type,
ValaExpression* inner, const char* member_name, ValaSourceReference* source
_reference); | | ValaMemberAccess* vala_member_access_construct_pointer (GType object_type,
ValaExpression* inner, const char* member_name, ValaSourceReference* source
_reference); | |
| void vala_member_access_add_type_argument (ValaMemberAccess* self, ValaData
Type* arg); | | void vala_member_access_add_type_argument (ValaMemberAccess* self, ValaData
Type* arg); | |
| ValaList* vala_member_access_get_type_arguments (ValaMemberAccess* self); | | ValaList* vala_member_access_get_type_arguments (ValaMemberAccess* self); | |
| ValaExpression* vala_member_access_get_inner (ValaMemberAccess* self); | | ValaExpression* vala_member_access_get_inner (ValaMemberAccess* self); | |
| void vala_member_access_set_inner (ValaMemberAccess* self, ValaExpression*
value); | | void vala_member_access_set_inner (ValaMemberAccess* self, ValaExpression*
value); | |
| | | | |
| skipping to change at line 4702 | | skipping to change at line 4676 | |
| ValaList* vala_namespace_get_fields (ValaNamespace* self); | | ValaList* vala_namespace_get_fields (ValaNamespace* self); | |
| ValaList* vala_namespace_get_constants (ValaNamespace* self); | | ValaList* vala_namespace_get_constants (ValaNamespace* self); | |
| ValaList* vala_namespace_get_delegates (ValaNamespace* self); | | ValaList* vala_namespace_get_delegates (ValaNamespace* self); | |
| ValaList* vala_namespace_get_methods (ValaNamespace* self); | | ValaList* vala_namespace_get_methods (ValaNamespace* self); | |
| void vala_namespace_add_constant (ValaNamespace* self, ValaConstant* consta
nt); | | void vala_namespace_add_constant (ValaNamespace* self, ValaConstant* consta
nt); | |
| void vala_namespace_add_field (ValaNamespace* self, ValaField* f); | | void vala_namespace_add_field (ValaNamespace* self, ValaField* f); | |
| void vala_namespace_add_method (ValaNamespace* self, ValaMethod* m); | | void vala_namespace_add_method (ValaNamespace* self, ValaMethod* m); | |
| ValaList* vala_namespace_get_cprefixes (ValaNamespace* self); | | ValaList* vala_namespace_get_cprefixes (ValaNamespace* self); | |
| void vala_namespace_add_cprefix (ValaNamespace* self, const char* cprefix); | | void vala_namespace_add_cprefix (ValaNamespace* self, const char* cprefix); | |
| void vala_namespace_set_lower_case_cprefix (ValaNamespace* self, const char
* cprefix); | | void vala_namespace_set_lower_case_cprefix (ValaNamespace* self, const char
* cprefix); | |
|
| void vala_namespace_set_cheader_filename (ValaNamespace* self, const char* | | | |
| cheader_filename); | | | |
| void vala_namespace_add_cheader_filename (ValaNamespace* self, const char* | | | |
| cheader_filename); | | | |
| void vala_namespace_process_attributes (ValaNamespace* self); | | void vala_namespace_process_attributes (ValaNamespace* self); | |
| ValaNullLiteral* vala_null_literal_new (ValaSourceReference* source); | | ValaNullLiteral* vala_null_literal_new (ValaSourceReference* source); | |
| ValaNullLiteral* vala_null_literal_construct (GType object_type, ValaSource
Reference* source); | | ValaNullLiteral* vala_null_literal_construct (GType object_type, ValaSource
Reference* source); | |
| GType vala_null_type_get_type (void) G_GNUC_CONST; | | GType vala_null_type_get_type (void) G_GNUC_CONST; | |
| ValaNullType* vala_null_type_new (ValaSourceReference* source_reference); | | ValaNullType* vala_null_type_new (ValaSourceReference* source_reference); | |
| ValaNullType* vala_null_type_construct (GType object_type, ValaSourceRefere
nce* source_reference); | | ValaNullType* vala_null_type_construct (GType object_type, ValaSourceRefere
nce* source_reference); | |
| ValaObjectCreationExpression* vala_object_creation_expression_new (ValaMemb
erAccess* member_name, ValaSourceReference* source_reference); | | ValaObjectCreationExpression* vala_object_creation_expression_new (ValaMemb
erAccess* member_name, ValaSourceReference* source_reference); | |
| ValaObjectCreationExpression* vala_object_creation_expression_construct (GT
ype object_type, ValaMemberAccess* member_name, ValaSourceReference* source
_reference); | | ValaObjectCreationExpression* vala_object_creation_expression_construct (GT
ype object_type, ValaMemberAccess* member_name, ValaSourceReference* source
_reference); | |
| void vala_object_creation_expression_add_argument (ValaObjectCreationExpres
sion* self, ValaExpression* arg); | | void vala_object_creation_expression_add_argument (ValaObjectCreationExpres
sion* self, ValaExpression* arg); | |
| ValaList* vala_object_creation_expression_get_argument_list (ValaObjectCrea
tionExpression* self); | | ValaList* vala_object_creation_expression_get_argument_list (ValaObjectCrea
tionExpression* self); | |
| | | | |
| skipping to change at line 4763 | | skipping to change at line 4735 | |
| ValaPointerType* vala_pointer_type_construct (GType object_type, ValaDataTy
pe* base_type, ValaSourceReference* source_reference); | | ValaPointerType* vala_pointer_type_construct (GType object_type, ValaDataTy
pe* base_type, ValaSourceReference* source_reference); | |
| ValaDataType* vala_pointer_type_get_base_type (ValaPointerType* self); | | ValaDataType* vala_pointer_type_get_base_type (ValaPointerType* self); | |
| void vala_pointer_type_set_base_type (ValaPointerType* self, ValaDataType*
value); | | void vala_pointer_type_set_base_type (ValaPointerType* self, ValaDataType*
value); | |
| ValaPostfixExpression* vala_postfix_expression_new (ValaExpression* _inner,
gboolean inc, ValaSourceReference* source); | | ValaPostfixExpression* vala_postfix_expression_new (ValaExpression* _inner,
gboolean inc, ValaSourceReference* source); | |
| ValaPostfixExpression* vala_postfix_expression_construct (GType object_type
, ValaExpression* _inner, gboolean inc, ValaSourceReference* source); | | ValaPostfixExpression* vala_postfix_expression_construct (GType object_type
, ValaExpression* _inner, gboolean inc, ValaSourceReference* source); | |
| ValaExpression* vala_postfix_expression_get_inner (ValaPostfixExpression* s
elf); | | ValaExpression* vala_postfix_expression_get_inner (ValaPostfixExpression* s
elf); | |
| void vala_postfix_expression_set_inner (ValaPostfixExpression* self, ValaEx
pression* value); | | void vala_postfix_expression_set_inner (ValaPostfixExpression* self, ValaEx
pression* value); | |
| gboolean vala_postfix_expression_get_increment (ValaPostfixExpression* self
); | | gboolean vala_postfix_expression_get_increment (ValaPostfixExpression* self
); | |
| void vala_postfix_expression_set_increment (ValaPostfixExpression* self, gb
oolean value); | | void vala_postfix_expression_set_increment (ValaPostfixExpression* self, gb
oolean value); | |
| char* vala_property_accessor_get_cname (ValaPropertyAccessor* self); | | char* vala_property_accessor_get_cname (ValaPropertyAccessor* self); | |
|
| ValaPropertyAccessor* vala_property_accessor_new (gboolean readable, gboole | | ValaPropertyAccessor* vala_property_accessor_new (gboolean readable, gboole | |
| an writable, gboolean construction, ValaDataType* value_type, ValaBlock* bo | | an writable, gboolean construction, ValaDataType* value_type, ValaBlock* bo | |
| dy, ValaSourceReference* source_reference); | | dy, ValaSourceReference* source_reference, ValaComment* comment); | |
| ValaPropertyAccessor* vala_property_accessor_construct (GType object_type, | | ValaPropertyAccessor* vala_property_accessor_construct (GType object_type, | |
| gboolean readable, gboolean writable, gboolean construction, ValaDataType* | | gboolean readable, gboolean writable, gboolean construction, ValaDataType* | |
| value_type, ValaBlock* body, ValaSourceReference* source_reference); | | value_type, ValaBlock* body, ValaSourceReference* source_reference, ValaCom | |
| | | ment* comment); | |
| void vala_property_accessor_process_attributes (ValaPropertyAccessor* self)
; | | void vala_property_accessor_process_attributes (ValaPropertyAccessor* self)
; | |
| ValaProperty* vala_property_accessor_get_prop (ValaPropertyAccessor* self); | | ValaProperty* vala_property_accessor_get_prop (ValaPropertyAccessor* self); | |
| ValaDataType* vala_property_accessor_get_value_type (ValaPropertyAccessor*
self); | | ValaDataType* vala_property_accessor_get_value_type (ValaPropertyAccessor*
self); | |
| void vala_property_accessor_set_value_type (ValaPropertyAccessor* self, Val
aDataType* value); | | void vala_property_accessor_set_value_type (ValaPropertyAccessor* self, Val
aDataType* value); | |
| gboolean vala_property_accessor_get_readable (ValaPropertyAccessor* self); | | gboolean vala_property_accessor_get_readable (ValaPropertyAccessor* self); | |
| void vala_property_accessor_set_readable (ValaPropertyAccessor* self, gbool
ean value); | | void vala_property_accessor_set_readable (ValaPropertyAccessor* self, gbool
ean value); | |
| gboolean vala_property_accessor_get_writable (ValaPropertyAccessor* self); | | gboolean vala_property_accessor_get_writable (ValaPropertyAccessor* self); | |
| void vala_property_accessor_set_writable (ValaPropertyAccessor* self, gbool
ean value); | | void vala_property_accessor_set_writable (ValaPropertyAccessor* self, gbool
ean value); | |
| gboolean vala_property_accessor_get_construction (ValaPropertyAccessor* sel
f); | | gboolean vala_property_accessor_get_construction (ValaPropertyAccessor* sel
f); | |
| void vala_property_accessor_set_construction (ValaPropertyAccessor* self, g
boolean value); | | void vala_property_accessor_set_construction (ValaPropertyAccessor* self, g
boolean value); | |
| | | | |
| skipping to change at line 4822 | | skipping to change at line 4794 | |
| gboolean vala_property_get_is_virtual (ValaProperty* self); | | gboolean vala_property_get_is_virtual (ValaProperty* self); | |
| void vala_property_set_is_virtual (ValaProperty* self, gboolean value); | | void vala_property_set_is_virtual (ValaProperty* self, gboolean value); | |
| gboolean vala_property_get_overrides (ValaProperty* self); | | gboolean vala_property_get_overrides (ValaProperty* self); | |
| void vala_property_set_overrides (ValaProperty* self, gboolean value); | | void vala_property_set_overrides (ValaProperty* self, gboolean value); | |
| ValaField* vala_property_get_field (ValaProperty* self); | | ValaField* vala_property_get_field (ValaProperty* self); | |
| void vala_property_set_field (ValaProperty* self, ValaField* value); | | void vala_property_set_field (ValaProperty* self, ValaField* value); | |
| MemberBinding vala_property_get_binding (ValaProperty* self); | | MemberBinding vala_property_get_binding (ValaProperty* self); | |
| void vala_property_set_binding (ValaProperty* self, MemberBinding value); | | void vala_property_set_binding (ValaProperty* self, MemberBinding value); | |
| ValaProperty* vala_property_get_base_property (ValaProperty* self); | | ValaProperty* vala_property_get_base_property (ValaProperty* self); | |
| ValaProperty* vala_property_get_base_interface_property (ValaProperty* self
); | | ValaProperty* vala_property_get_base_interface_property (ValaProperty* self
); | |
|
| ValaExpression* vala_property_get_default_expression (ValaProperty* self); | | ValaExpression* vala_property_get_initializer (ValaProperty* self); | |
| void vala_property_set_default_expression (ValaProperty* self, ValaExpressi | | void vala_property_set_initializer (ValaProperty* self, ValaExpression* val | |
| on* value); | | ue); | |
| gboolean vala_property_get_no_array_length (ValaProperty* self); | | gboolean vala_property_get_no_array_length (ValaProperty* self); | |
| void vala_property_set_no_array_length (ValaProperty* self, gboolean value)
; | | void vala_property_set_no_array_length (ValaProperty* self, gboolean value)
; | |
| gboolean vala_property_get_array_null_terminated (ValaProperty* self); | | gboolean vala_property_get_array_null_terminated (ValaProperty* self); | |
| void vala_property_set_array_null_terminated (ValaProperty* self, gboolean
value); | | void vala_property_set_array_null_terminated (ValaProperty* self, gboolean
value); | |
| const char* vala_property_get_nick (ValaProperty* self); | | const char* vala_property_get_nick (ValaProperty* self); | |
| void vala_property_set_nick (ValaProperty* self, const char* value); | | void vala_property_set_nick (ValaProperty* self, const char* value); | |
| const char* vala_property_get_blurb (ValaProperty* self); | | const char* vala_property_get_blurb (ValaProperty* self); | |
| void vala_property_set_blurb (ValaProperty* self, const char* value); | | void vala_property_set_blurb (ValaProperty* self, const char* value); | |
| ValaRealLiteral* vala_real_literal_new (const char* r, ValaSourceReference*
source); | | ValaRealLiteral* vala_real_literal_new (const char* r, ValaSourceReference*
source); | |
| ValaRealLiteral* vala_real_literal_construct (GType object_type, const char
* r, ValaSourceReference* source); | | ValaRealLiteral* vala_real_literal_construct (GType object_type, const char
* r, ValaSourceReference* source); | |
| | | | |
| skipping to change at line 5099 | | skipping to change at line 5071 | |
| ValaList* vala_switch_section_get_labels (ValaSwitchSection* self); | | ValaList* vala_switch_section_get_labels (ValaSwitchSection* self); | |
| gboolean vala_switch_section_has_default_label (ValaSwitchSection* self); | | gboolean vala_switch_section_has_default_label (ValaSwitchSection* self); | |
| ValaSwitchStatement* vala_switch_statement_new (ValaExpression* expression,
ValaSourceReference* source_reference); | | ValaSwitchStatement* vala_switch_statement_new (ValaExpression* expression,
ValaSourceReference* source_reference); | |
| ValaSwitchStatement* vala_switch_statement_construct (GType object_type, Va
laExpression* expression, ValaSourceReference* source_reference); | | ValaSwitchStatement* vala_switch_statement_construct (GType object_type, Va
laExpression* expression, ValaSourceReference* source_reference); | |
| void vala_switch_statement_add_section (ValaSwitchStatement* self, ValaSwit
chSection* section); | | void vala_switch_statement_add_section (ValaSwitchStatement* self, ValaSwit
chSection* section); | |
| ValaList* vala_switch_statement_get_sections (ValaSwitchStatement* self); | | ValaList* vala_switch_statement_get_sections (ValaSwitchStatement* self); | |
| ValaExpression* vala_switch_statement_get_expression (ValaSwitchStatement*
self); | | ValaExpression* vala_switch_statement_get_expression (ValaSwitchStatement*
self); | |
| void vala_switch_statement_set_expression (ValaSwitchStatement* self, ValaE
xpression* value); | | void vala_switch_statement_set_expression (ValaSwitchStatement* self, ValaE
xpression* value); | |
| gboolean vala_symbol_is_internal_symbol (ValaSymbol* self); | | gboolean vala_symbol_is_internal_symbol (ValaSymbol* self); | |
| gboolean vala_symbol_is_private_symbol (ValaSymbol* self); | | gboolean vala_symbol_is_private_symbol (ValaSymbol* self); | |
|
| 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, ValaComment* comment); | |
| 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); | |
| ValaList* vala_symbol_get_cheader_filenames (ValaSymbol* self); | | ValaList* 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_instance_member (ValaSymbol* self); | |
| gboolean vala_symbol_is_class_member (ValaSymbol* self); | | gboolean vala_symbol_is_class_member (ValaSymbol* self); | |
| void vala_symbol_process_deprecated_attribute (ValaSymbol* self, ValaAttrib
ute* attr); | | void vala_symbol_process_deprecated_attribute (ValaSymbol* self, ValaAttrib
ute* attr); | |
| gboolean vala_symbol_check_deprecated (ValaSymbol* self, ValaSourceReferenc
e* source_ref); | | gboolean vala_symbol_check_deprecated (ValaSymbol* self, ValaSourceReferenc
e* source_ref); | |
|
| | | void vala_symbol_set_cheader_filename (ValaSymbol* self, const char* cheade | |
| | | r_filename); | |
| | | void vala_symbol_add_cheader_filename (ValaSymbol* self, const char* filena | |
| | | me); | |
| | | ValaSymbol* vala_symbol_get_hidden_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_deprecated (ValaSymbol* self); | | gboolean vala_symbol_get_deprecated (ValaSymbol* self); | |
| void vala_symbol_set_deprecated (ValaSymbol* self, gboolean value); | | void vala_symbol_set_deprecated (ValaSymbol* self, gboolean value); | |
| const char* vala_symbol_get_deprecated_since (ValaSymbol* self); | | const char* vala_symbol_get_deprecated_since (ValaSymbol* self); | |
| void vala_symbol_set_deprecated_since (ValaSymbol* self, const char* value)
; | | void vala_symbol_set_deprecated_since (ValaSymbol* self, const char* value)
; | |
| const char* vala_symbol_get_replacement (ValaSymbol* self); | | const char* vala_symbol_get_replacement (ValaSymbol* self); | |
| void vala_symbol_set_replacement (ValaSymbol* self, const char* value); | | void vala_symbol_set_replacement (ValaSymbol* self, const char* 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); | |
| GType vala_symbol_accessibility_get_type (void) G_GNUC_CONST; | | GType vala_symbol_accessibility_get_type (void) G_GNUC_CONST; | |
| ValaSymbolAccessibility vala_symbol_get_access (ValaSymbol* self); | | ValaSymbolAccessibility vala_symbol_get_access (ValaSymbol* self); | |
| void vala_symbol_set_access (ValaSymbol* self, ValaSymbolAccessibility valu
e); | | void vala_symbol_set_access (ValaSymbol* self, ValaSymbolAccessibility valu
e); | |
|
| | | ValaComment* vala_symbol_get_comment (ValaSymbol* self); | |
| | | void vala_symbol_set_comment (ValaSymbol* self, ValaComment* value); | |
| | | gboolean vala_symbol_get_hides (ValaSymbol* self); | |
| | | void vala_symbol_set_hides (ValaSymbol* self, gboolean value); | |
| ValaScope* vala_symbol_get_scope (ValaSymbol* self); | | ValaScope* vala_symbol_get_scope (ValaSymbol* self); | |
| gboolean vala_symbol_get_external (ValaSymbol* self); | | gboolean vala_symbol_get_external (ValaSymbol* self); | |
| void vala_symbol_set_external (ValaSymbol* self, gboolean value); | | void vala_symbol_set_external (ValaSymbol* self, gboolean value); | |
| gboolean vala_symbol_get_external_package (ValaSymbol* self); | | gboolean vala_symbol_get_external_package (ValaSymbol* self); | |
| GType vala_symbol_resolver_get_type (void) G_GNUC_CONST; | | GType vala_symbol_resolver_get_type (void) G_GNUC_CONST; | |
| void vala_symbol_resolver_resolve (ValaSymbolResolver* self, ValaCodeContex
t* context); | | void vala_symbol_resolver_resolve (ValaSymbolResolver* self, ValaCodeContex
t* context); | |
| ValaSymbolResolver* vala_symbol_resolver_new (void); | | ValaSymbolResolver* vala_symbol_resolver_new (void); | |
| ValaSymbolResolver* vala_symbol_resolver_construct (GType object_type); | | ValaSymbolResolver* vala_symbol_resolver_construct (GType object_type); | |
| ValaTemplate* vala_template_new (ValaSourceReference* source_reference); | | ValaTemplate* vala_template_new (ValaSourceReference* source_reference); | |
| ValaTemplate* vala_template_construct (GType object_type, ValaSourceReferen
ce* source_reference); | | ValaTemplate* vala_template_construct (GType object_type, ValaSourceReferen
ce* source_reference); | |
| | | | |
| skipping to change at line 5193 | | skipping to change at line 5172 | |
| char* vala_typesymbol_get_unref_function (ValaTypeSymbol* self); | | char* vala_typesymbol_get_unref_function (ValaTypeSymbol* self); | |
| char* vala_typesymbol_get_ref_sink_function (ValaTypeSymbol* self); | | char* vala_typesymbol_get_ref_sink_function (ValaTypeSymbol* self); | |
| char* vala_typesymbol_get_type_id (ValaTypeSymbol* self); | | char* vala_typesymbol_get_type_id (ValaTypeSymbol* self); | |
| char* vala_typesymbol_get_marshaller_type_name (ValaTypeSymbol* self); | | char* vala_typesymbol_get_marshaller_type_name (ValaTypeSymbol* self); | |
| char* vala_typesymbol_get_param_spec_function (ValaTypeSymbol* self); | | char* vala_typesymbol_get_param_spec_function (ValaTypeSymbol* self); | |
| char* vala_typesymbol_get_get_value_function (ValaTypeSymbol* self); | | char* vala_typesymbol_get_get_value_function (ValaTypeSymbol* self); | |
| char* vala_typesymbol_get_set_value_function (ValaTypeSymbol* self); | | char* vala_typesymbol_get_set_value_function (ValaTypeSymbol* self); | |
| char* vala_typesymbol_get_take_value_function (ValaTypeSymbol* self); | | char* vala_typesymbol_get_take_value_function (ValaTypeSymbol* self); | |
| char* vala_typesymbol_get_upper_case_cname (ValaTypeSymbol* self, const cha
r* infix); | | char* vala_typesymbol_get_upper_case_cname (ValaTypeSymbol* self, const cha
r* infix); | |
| char* vala_typesymbol_get_default_value (ValaTypeSymbol* self); | | char* vala_typesymbol_get_default_value (ValaTypeSymbol* self); | |
|
| void vala_typesymbol_add_cheader_filename (ValaTypeSymbol* self, const char
* filename); | | | |
| gboolean vala_typesymbol_is_subtype_of (ValaTypeSymbol* self, ValaTypeSymbo
l* t); | | gboolean vala_typesymbol_is_subtype_of (ValaTypeSymbol* self, ValaTypeSymbo
l* t); | |
| gint vala_typesymbol_get_type_parameter_index (ValaTypeSymbol* self, const
char* name); | | gint vala_typesymbol_get_type_parameter_index (ValaTypeSymbol* self, const
char* name); | |
|
| ValaComment* vala_typesymbol_get_comment (ValaTypeSymbol* self); | | | |
| void vala_typesymbol_set_comment (ValaTypeSymbol* self, ValaComment* value) | | | |
| ; | | | |
| GType vala_unary_operator_get_type (void) G_GNUC_CONST; | | GType vala_unary_operator_get_type (void) G_GNUC_CONST; | |
| ValaUnaryExpression* vala_unary_expression_new (ValaUnaryOperator op, ValaE
xpression* _inner, ValaSourceReference* source); | | ValaUnaryExpression* vala_unary_expression_new (ValaUnaryOperator op, ValaE
xpression* _inner, ValaSourceReference* source); | |
| ValaUnaryExpression* vala_unary_expression_construct (GType object_type, Va
laUnaryOperator op, ValaExpression* _inner, ValaSourceReference* source); | | ValaUnaryExpression* vala_unary_expression_construct (GType object_type, Va
laUnaryOperator op, ValaExpression* _inner, ValaSourceReference* source); | |
| ValaUnaryOperator vala_unary_expression_get_operator (ValaUnaryExpression*
self); | | ValaUnaryOperator vala_unary_expression_get_operator (ValaUnaryExpression*
self); | |
| void vala_unary_expression_set_operator (ValaUnaryExpression* self, ValaUna
ryOperator value); | | void vala_unary_expression_set_operator (ValaUnaryExpression* self, ValaUna
ryOperator value); | |
| ValaExpression* vala_unary_expression_get_inner (ValaUnaryExpression* self)
; | | ValaExpression* vala_unary_expression_get_inner (ValaUnaryExpression* self)
; | |
| void vala_unary_expression_set_inner (ValaUnaryExpression* self, ValaExpres
sion* value); | | void vala_unary_expression_set_inner (ValaUnaryExpression* self, ValaExpres
sion* value); | |
| ValaUnlockStatement* vala_unlock_statement_new (ValaExpression* resource, V
alaSourceReference* source_reference); | | ValaUnlockStatement* vala_unlock_statement_new (ValaExpression* resource, V
alaSourceReference* source_reference); | |
| ValaUnlockStatement* vala_unlock_statement_construct (GType object_type, Va
laExpression* resource, ValaSourceReference* source_reference); | | ValaUnlockStatement* vala_unlock_statement_construct (GType object_type, Va
laExpression* resource, ValaSourceReference* source_reference); | |
| ValaExpression* vala_unlock_statement_get_resource (ValaUnlockStatement* se
lf); | | ValaExpression* vala_unlock_statement_get_resource (ValaUnlockStatement* se
lf); | |
| | | | |
| skipping to change at line 5233 | | skipping to change at line 5209 | |
| ValaUnresolvedType* vala_unresolved_type_new_from_expression (ValaExpressio
n* expr); | | ValaUnresolvedType* vala_unresolved_type_new_from_expression (ValaExpressio
n* expr); | |
| ValaUnresolvedSymbol* vala_unresolved_type_get_unresolved_symbol (ValaUnres
olvedType* self); | | ValaUnresolvedSymbol* vala_unresolved_type_get_unresolved_symbol (ValaUnres
olvedType* self); | |
| void vala_unresolved_type_set_unresolved_symbol (ValaUnresolvedType* self,
ValaUnresolvedSymbol* value); | | void vala_unresolved_type_set_unresolved_symbol (ValaUnresolvedType* self,
ValaUnresolvedSymbol* value); | |
| ValaUsingDirective* vala_using_directive_new (ValaSymbol* namespace_symbol,
ValaSourceReference* source_reference); | | ValaUsingDirective* vala_using_directive_new (ValaSymbol* namespace_symbol,
ValaSourceReference* source_reference); | |
| ValaUsingDirective* vala_using_directive_construct (GType object_type, Vala
Symbol* namespace_symbol, ValaSourceReference* source_reference); | | ValaUsingDirective* vala_using_directive_construct (GType object_type, Vala
Symbol* namespace_symbol, ValaSourceReference* source_reference); | |
| ValaSymbol* vala_using_directive_get_namespace_symbol (ValaUsingDirective*
self); | | ValaSymbol* vala_using_directive_get_namespace_symbol (ValaUsingDirective*
self); | |
| void vala_using_directive_set_namespace_symbol (ValaUsingDirective* self, V
alaSymbol* value); | | void vala_using_directive_set_namespace_symbol (ValaUsingDirective* self, V
alaSymbol* value); | |
| ValaValueType* vala_value_type_construct (GType object_type, ValaTypeSymbol
* type_symbol); | | ValaValueType* vala_value_type_construct (GType object_type, ValaTypeSymbol
* type_symbol); | |
| ValaTypeSymbol* vala_value_type_get_type_symbol (ValaValueType* self); | | ValaTypeSymbol* vala_value_type_get_type_symbol (ValaValueType* self); | |
| void vala_value_type_set_type_symbol (ValaValueType* self, ValaTypeSymbol*
value); | | void vala_value_type_set_type_symbol (ValaValueType* self, ValaTypeSymbol*
value); | |
|
| | | ValaVariable* vala_variable_new (ValaDataType* variable_type, const char* n | |
| | | ame, ValaExpression* initializer, ValaSourceReference* source_reference, Va | |
| | | laComment* comment); | |
| | | ValaVariable* vala_variable_construct (GType object_type, ValaDataType* var | |
| | | iable_type, const char* name, ValaExpression* initializer, ValaSourceRefere | |
| | | nce* source_reference, ValaComment* comment); | |
| | | ValaExpression* vala_variable_get_initializer (ValaVariable* self); | |
| | | void vala_variable_set_initializer (ValaVariable* self, ValaExpression* val | |
| | | ue); | |
| | | ValaDataType* vala_variable_get_variable_type (ValaVariable* self); | |
| | | void vala_variable_set_variable_type (ValaVariable* self, ValaDataType* val | |
| | | ue); | |
| GType vala_void_type_get_type (void) G_GNUC_CONST; | | GType vala_void_type_get_type (void) G_GNUC_CONST; | |
| ValaVoidType* vala_void_type_new (ValaSourceReference* source_reference); | | ValaVoidType* vala_void_type_new (ValaSourceReference* source_reference); | |
| ValaVoidType* vala_void_type_construct (GType object_type, ValaSourceRefere
nce* source_reference); | | ValaVoidType* vala_void_type_construct (GType object_type, ValaSourceRefere
nce* source_reference); | |
| ValaWhileStatement* vala_while_statement_new (ValaExpression* condition, Va
laBlock* body, ValaSourceReference* source_reference); | | ValaWhileStatement* vala_while_statement_new (ValaExpression* condition, Va
laBlock* body, ValaSourceReference* source_reference); | |
| ValaWhileStatement* vala_while_statement_construct (GType object_type, Vala
Expression* condition, ValaBlock* body, ValaSourceReference* source_referen
ce); | | ValaWhileStatement* vala_while_statement_construct (GType object_type, Vala
Expression* condition, ValaBlock* body, ValaSourceReference* source_referen
ce); | |
| ValaExpression* vala_while_statement_get_condition (ValaWhileStatement* sel
f); | | ValaExpression* vala_while_statement_get_condition (ValaWhileStatement* sel
f); | |
| void vala_while_statement_set_condition (ValaWhileStatement* self, ValaExpr
ession* value); | | void vala_while_statement_set_condition (ValaWhileStatement* self, ValaExpr
ession* value); | |
| ValaBlock* vala_while_statement_get_body (ValaWhileStatement* self); | | ValaBlock* vala_while_statement_get_body (ValaWhileStatement* self); | |
| void vala_while_statement_set_body (ValaWhileStatement* self, ValaBlock* va
lue); | | void vala_while_statement_set_body (ValaWhileStatement* self, ValaBlock* va
lue); | |
| ValaYieldStatement* vala_yield_statement_new (ValaExpression* yield_express
ion, ValaSourceReference* source_reference); | | ValaYieldStatement* vala_yield_statement_new (ValaExpression* yield_express
ion, ValaSourceReference* source_reference); | |
| | | | |
End of changes. 48 change blocks. |
| 123 lines changed or deleted | | 98 lines changed or added | |
|