summaryrefslogtreecommitdiff
path: root/telepathy-glib/handle-repo-dynamic.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-30 11:27:11 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-04-30 11:27:11 +0000
commit7d80c071d7fd3ef0a757736d9bb526821e9c80c5 (patch)
tree3d598f98cabb47c4b9bbddfb39cbdb3a9f779c24 /telepathy-glib/handle-repo-dynamic.h
parent4493354cac8c9c23ae89c4c621203521adafd9c3 (diff)
downloadtelepathy-glib-7d80c071d7fd3ef0a757736d9bb526821e9c80c5.tar.gz
TpDynamicHandleRepo: move docs from .h to .c
20080430112711-53eee-92ef26925494f0f45c27f340dcbb24dc394d84b1.gz
Diffstat (limited to 'telepathy-glib/handle-repo-dynamic.h')
-rw-r--r--telepathy-glib/handle-repo-dynamic.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/telepathy-glib/handle-repo-dynamic.h b/telepathy-glib/handle-repo-dynamic.h
index 44ca1e001..bfd43413c 100644
--- a/telepathy-glib/handle-repo-dynamic.h
+++ b/telepathy-glib/handle-repo-dynamic.h
@@ -30,23 +30,6 @@ G_BEGIN_DECLS
typedef struct _TpDynamicHandleRepo TpDynamicHandleRepo;
typedef struct _TpDynamicHandleRepoClass TpDynamicHandleRepoClass;
-/**
- * TpDynamicHandleRepoNormalizeFunc:
- * @repo: The repository on which tp_handle_lookup() or tp_handle_ensure()
- * was called
- * @id: The name to be normalized
- * @context: Arbitrary context passed to tp_handle_lookup() or
- * tp_handle_ensure()
- * @error: Used to raise the Telepathy error InvalidHandle with an appropriate
- * message if NULL is returned
- *
- * Signature of the normalization function optionally used by
- * #TpDynamicHandleRepo instances.
- *
- * Returns: a normalized version of @id (to be freed with g_free by the
- * caller), or NULL if @id is not valid for this repository
- */
-
typedef gchar *(*TpDynamicHandleRepoNormalizeFunc)(TpHandleRepoIface *repo,
const gchar *id, gpointer context, GError **error);
@@ -71,20 +54,6 @@ GType tp_dynamic_handle_repo_get_type (void);
TpHandle tp_dynamic_handle_repo_lookup_exact (TpHandleRepoIface *irepo,
const char *id);
-/**
- * tp_dynamic_handle_repo_new:
- * @handle_type: The handle type
- * @normalize_func: The function to be used to normalize and validate handles,
- * or %NULL to accept all handles as-is
- * @default_normalize_context: The context pointer to be passed to the
- * @normalize_func if a %NULL context is passed to tp_handle_lookup() and
- * tp_handle_ensure(); this may itself be %NULL
- *
- * <!---->
- *
- * Returns: a new dynamic handle repository
- */
-
static inline
/* spacer so gtkdoc documents this function as though not static */
TpHandleRepoIface *tp_dynamic_handle_repo_new (TpHandleType handle_type,