summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzesimir Nowak <krnowak@openismus.com>2013-01-02 13:38:18 +0100
committerJens Georg <mail@jensge.org>2013-01-16 11:27:53 +0100
commit2f29c3fb69241a31c88941cd7c2dba9c19426349 (patch)
tree513ef2646e4ef6f15fc6a3c379d3502d58d47a00
parent479cb52d37bffe09ddad68ce105cf1e669d5fc5c (diff)
downloadgupnp-dlna-2f29c3fb69241a31c88941cd7c2dba9c19426349.tar.gz
Minor doc comment end style fix.
-rw-r--r--libgupnp-dlna/gupnp-dlna-profile-guesser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgupnp-dlna/gupnp-dlna-profile-guesser.c b/libgupnp-dlna/gupnp-dlna-profile-guesser.c
index 495e9cc..da95c94 100644
--- a/libgupnp-dlna/gupnp-dlna-profile-guesser.c
+++ b/libgupnp-dlna/gupnp-dlna-profile-guesser.c
@@ -387,7 +387,7 @@ gupnp_dlna_profile_guesser_guess_profile_sync
*
* Returns: (transfer none): A #GUPnPDLNAProfile object on success,
* %NULL otherwise.
- **/
+ */
GUPnPDLNAProfile *
gupnp_dlna_profile_guesser_get_profile (GUPnPDLNAProfileGuesser *guesser,
const gchar *name)
@@ -422,7 +422,7 @@ gupnp_dlna_profile_guesser_get_profile (GUPnPDLNAProfileGuesser *guesser,
*
* Returns: (transfer none) (element-type GUPnPDLNAProfile): A #GList
* of #GUPnPDLNAProfile on success, %NULL otherwise.
- **/
+ */
GList *
gupnp_dlna_profile_guesser_list_profiles (GUPnPDLNAProfileGuesser *guesser)
{