[Telepathy-commits] [telepathy-glib/master] errors.[ch]: move docs to .c

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Jan 30 02:41:01 PST 2009


---
 telepathy-glib/errors.c |    8 ++++++++
 telepathy-glib/errors.h |    6 ------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/telepathy-glib/errors.c b/telepathy-glib/errors.c
index 6441134..37fcff9 100644
--- a/telepathy-glib/errors.c
+++ b/telepathy-glib/errors.c
@@ -33,6 +33,14 @@
  */
 
 /**
+ * TP_ERRORS:
+ *
+ * The error domain for the D-Bus errors described in the Telepathy
+ * specification. Error codes in this domain come from the #TpError
+ * enumeration.
+ */
+
+/**
  * tp_g_set_error_invalid_handle_type:
  * @type: An invalid handle type
  * @error: Either %NULL, or used to return an error (as for g_set_error)
diff --git a/telepathy-glib/errors.h b/telepathy-glib/errors.h
index 512f2e1..3cf11c9 100644
--- a/telepathy-glib/errors.h
+++ b/telepathy-glib/errors.h
@@ -31,12 +31,6 @@ GQuark tp_errors_quark (void);
 
 #define TP_ERROR_PREFIX "org.freedesktop.Telepathy.Errors"
 
-/**
- * TP_ERRORS:
- *
- * The error domain for the D-Bus errors described in the Telepathy
- * specification.
- */
 #define TP_ERRORS tp_errors_quark ()
 
 void tp_g_set_error_invalid_handle_type (guint type, GError **error);
-- 
1.5.6.5




More information about the telepathy-commits mailing list