summaryrefslogtreecommitdiff
path: root/tests/scanner/annotation.c
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2013-03-20 16:54:53 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2013-04-09 23:11:03 +0200
commit9625f52b5205f5c6f35b8300d60782a6ad6cb237 (patch)
treeb9a5f86d2c7b80ad7425953157ae7a846937d30d /tests/scanner/annotation.c
parent516c1877af22b4376e8010eb2e0f9a6fba002d81 (diff)
downloadgobject-introspection-9625f52b5205f5c6f35b8300d60782a6ad6cb237.tar.gz
tests: fix a too wide search/replace
Changed by accident in 2df621c53cdffbc3c43c3745947ee859020c8338 https://bugzilla.gnome.org/show_bug.cgi?id=697613
Diffstat (limited to 'tests/scanner/annotation.c')
-rw-r--r--tests/scanner/annotation.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/scanner/annotation.c b/tests/scanner/annotation.c
index 7d74b702..0a92d3a1 100644
--- a/tests/scanner/annotation.c
+++ b/tests/scanner/annotation.c
@@ -128,12 +128,12 @@ regress_annotation_object_class_init (RegressAnnotationObjectClass *klass)
/**
* RegressAnnotationObject::attribute-signal:
* @regress_annotation: the regress_annotation object
- * @arg1: (attribute some.regress_annotation.foo1 val1): a value
- * @arg2: (attribute some.regress_annotation.foo2 val2): another value
+ * @arg1: (attribute some.annotation.foo1 val1): a value
+ * @arg2: (attribute some.annotation.foo2 val2): another value
*
* This signal tests a signal with attributes.
*
- * Returns: (attribute some.regress_annotation.foo3 val3): the return value
+ * Returns: (attribute some.annotation.foo3 val3): the return value
*/
regress_annotation_object_signals[ATTRIBUTE_SIGNAL] =
g_signal_new ("attribute-signal",
@@ -177,7 +177,7 @@ regress_annotation_object_class_init (RegressAnnotationObjectClass *klass)
/**
* RegressAnnotationObject:tab-property:
*
- * This is a property regress_annotation intentionally indented with a mix
+ * This is a property annotation intentionally indented with a mix
* of tabs and strings to test the tab handling capabilities of the scanner.
*
* Since: 1.2
@@ -622,7 +622,7 @@ regress_annotation_object_watch (RegressAnnotationObject *object,
* @user_data: The callback data
* @destroy: Destroy notification
*
- * Test overriding via the "Rename To" regress_annotation.
+ * Test overriding via the "Rename To" annotation.
*
* Rename to: regress_annotation_object_watch
*/
@@ -721,7 +721,7 @@ regress_annotation_object_extra_annos (RegressAnnotationObject *object)
* @callback: (destroy destroy) (closure data): Destroy notification
*
* Test messing up the heuristic of closure/destroy-notification
- * detection, and fixing it via regress_annotations.
+ * detection, and fixing it via annotations.
*/
void
regress_annotation_custom_destroy (RegressAnnotationCallback callback,
@@ -763,9 +763,9 @@ regress_annotation_ptr_array (GPtrArray *array)
/**
* regress_annotation_attribute_func:
* @object: A #RegressAnnotationObject.
- * @data: (attribute some.regress_annotation value) (attribute another.regress_annotation blahvalue): Some data.
+ * @data: (attribute some.annotation value) (attribute another.annotation blahvalue): Some data.
*
- * Returns: (attribute some.other.regress_annotation value2) (attribute yet.another.regress_annotation another_value): The return value.
+ * Returns: (attribute some.other.annotation value2) (attribute yet.another.annotation another_value): The return value.
*/
gint
regress_annotation_attribute_func (RegressAnnotationObject *object,