[gupnp/wip/win32: 1/5] Minor doc fixup
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp/wip/win32: 1/5] Minor doc fixup
- Date: Fri, 26 Oct 2012 19:57:58 +0000 (UTC)
commit 5936ecf2628629abea3d5da10b8643ca01f35cbe
Author: Jens Georg <mail jensge org>
Date: Fri Dec 9 15:11:44 2011 +0100
Minor doc fixup
libgupnp/gupnp-context.c | 2 +-
libgupnp/gupnp-service.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libgupnp/gupnp-context.c b/libgupnp/gupnp-context.c
index 114b1b3..014969b 100644
--- a/libgupnp/gupnp-context.c
+++ b/libgupnp/gupnp-context.c
@@ -30,7 +30,7 @@
* GUPnP classes. It automatically starts a web server on demand.
*
* For debugging, it is possible to see the messages being sent and received by
- * exporting #GUPNP_DEBUG.
+ * exporting %GUPNP_DEBUG.
*/
#include <config.h>
diff --git a/libgupnp/gupnp-service.c b/libgupnp/gupnp-service.c
index 2eb2a43..4578a0f 100644
--- a/libgupnp/gupnp-service.c
+++ b/libgupnp/gupnp-service.c
@@ -1646,7 +1646,7 @@ gupnp_service_class_init (GUPnPServiceClass *klass)
/**
* GUPnPService::action-invoked:
* @service: The #GUPnPService that received the signal
- * @action: The invoked #GUPnPAction
+ * @action: The invoked #GUPnPServiceAction
*
* Emitted whenever an action is invoked. Handler should process
* @action and must call either gupnp_service_action_return() or
@@ -2168,7 +2168,7 @@ connect_names_to_signal_handlers (GUPnPService *service,
* #GUPnPService::action-invoked and #GUPnPService::query-variable signals to
* appropriate callbacks for the service @service. It uses service introspection
* and GModule's introspective features. It is very simillar to
- * glade_xml_signal_autoconnect() except that it attempts to guess the names of
+ * gtk_builder_connect_signals() except that it attempts to guess the names of
* the signal handlers on its own.
*
* For this function to do its magic, the application must name the callback
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]