[cogl/cogl-1.14: 120/174] doc: Finish describing the arguments of cogl_error_matches()
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/cogl-1.14: 120/174] doc: Finish describing the arguments of cogl_error_matches()
- Date: Tue, 22 Jan 2013 18:40:51 +0000 (UTC)
commit f63b4597f78ac0145835667a1440eb82cd04954b
Author: Damien Lespiau <damien lespiau intel com>
Date: Sun Dec 30 17:37:18 2012 +0000
doc: Finish describing the arguments of cogl_error_matches()
(cherry picked from commit 8f429d9ce45e3df204db0bdc0d988fd07f103282)
cogl/cogl-error.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/cogl/cogl-error.h b/cogl/cogl-error.h
index 1015ca1..f586789 100644
--- a/cogl/cogl-error.h
+++ b/cogl/cogl-error.h
@@ -146,8 +146,10 @@ cogl_error_copy (CoglError *error);
/**
* cogl_error_matches:
* @error: A #CoglError thrown by the Cogl api or %NULL
+ * @domain: The error domain
+ * @code: The error code
*
- * Returns %TRUE if error matches domain and code, %FALSE otherwise.
+ * Returns %TRUE if error matches @domain and @code, %FALSE otherwise.
* In particular, when error is %NULL, FALSE will be returned.
*
* Return value: whether the @error corresponds to the given @domain
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]