From 5fc50878833a8fa41c6c6e92a68929ab662ddc16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alejandro=20Pi=C3=B1eiro?= Date: Tue, 25 Nov 2014 12:21:03 +0100 Subject: [PATCH] AtkTable: Added missing ":" on one gi annotation --- atk/atktable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atk/atktable.c b/atk/atktable.c index ba5d7c1..082de56 100755 --- a/atk/atktable.c +++ b/atk/atktable.c @@ -511,7 +511,7 @@ atk_table_get_n_rows (AtkTable *table) * * Gets the description text of the specified row in the table * - * Returns: (nullable) a gchar* representing the row description, or + * Returns: (nullable): a gchar* representing the row description, or * %NULL if value does not implement this interface. **/ const gchar* -- 2.7.4