[gupnp/gupnp-0.18: 2/12] Minor clean-up
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp/gupnp-0.18: 2/12] Minor clean-up
- Date: Fri, 9 Dec 2011 14:38:35 +0000 (UTC)
commit fb31654027d3f4214927bf8643ef0d900878586a
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Mon Sep 12 22:47:06 2011 +0300
Minor clean-up
libgupnp/gupnp-context-manager.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/libgupnp/gupnp-context-manager.c b/libgupnp/gupnp-context-manager.c
index c2df9f1..6a27555 100644
--- a/libgupnp/gupnp-context-manager.c
+++ b/libgupnp/gupnp-context-manager.c
@@ -296,15 +296,11 @@ gupnp_context_manager_class_init (GUPnPContextManagerClass *klass)
* g_main_context_push_thread_default() instead.
* @port: Port to create contexts for, or 0 if you don't care what port is used.
*
- * Factory-method to create a new #GUPnPContextManager. The final type of the
- * #GUPnPContextManager depends on the compile-time selection or - in case of
- * NetworkManager - on its availability during runtime. If it is not available,
- * the implementation falls back to the basic Unix context manager instead.
+ * Same as gupnp_context_manager_create().
*
* Returns: (transfer full): A new #GUPnPContextManager object.
* Deprecated: 0.17.2: Use gupnp_context_manager_create().
**/
-
GUPnPContextManager *
gupnp_context_manager_new (GMainContext *main_context,
guint port)
@@ -316,6 +312,7 @@ gupnp_context_manager_new (GMainContext *main_context,
return gupnp_context_manager_create (port);
}
+
/**
* gupnp_context_manager_create:
* @port: Port to create contexts for, or 0 if you don't care what port is used.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]