summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-07 14:59:28 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-10-07 14:59:28 +0100
commit88451e1d696724a3f69dc180156cbd544c1207d8 (patch)
treeb6916112e3e36a25823b9bd5e20c2f0920bc56f7 /telepathy-glib/handle.h
parent2bc11a69ee07d1c070e5dd849584636838edb8ce (diff)
downloadtelepathy-glib-88451e1d696724a3f69dc180156cbd544c1207d8.tar.gz
handle.h: move comment to a more appropriate place
Diffstat (limited to 'telepathy-glib/handle.h')
-rw-r--r--telepathy-glib/handle.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/telepathy-glib/handle.h b/telepathy-glib/handle.h
index 0d5f0025c..79ad09737 100644
--- a/telepathy-glib/handle.h
+++ b/telepathy-glib/handle.h
@@ -48,12 +48,6 @@ typedef guint TpHandle;
*/
#define TP_TYPE_HANDLE G_TYPE_UINT
-/* Must be static inline because it references NUM_TP_HANDLE_TYPES -
- * if it wasn't inlined, a newer libtelepathy-glib with a larger number
- * of handle types might accept handle types that won't fit in the
- * connection manager's array of length NUM_TP_HANDLE_TYPES
- */
-
/**
* TP_UNKNOWN_HANDLE_TYPE
*
@@ -78,6 +72,12 @@ static inline
/* spacer so gtkdoc documents this function as though not static */
gboolean tp_handle_type_is_valid (TpHandleType type, GError **error);
+/* Must be static inline because it references NUM_TP_HANDLE_TYPES -
+ * if it wasn't inlined, a newer libtelepathy-glib with a larger number
+ * of handle types might accept handle types that won't fit in the
+ * connection manager's array of length NUM_TP_HANDLE_TYPES
+ */
+
static inline gboolean
tp_handle_type_is_valid (TpHandleType type, GError **error)
{