Update introspection annotations
authorJens Georg <mail@jensge.org>
Thu, 23 Feb 2012 08:42:10 +0000 (10:42 +0200)
committerJens Georg <mail@jensge.org>
Thu, 3 May 2012 09:48:49 +0000 (11:48 +0200)
libgssdp/gssdp-client.c

index 9f12435..046b06f 100644 (file)
@@ -416,7 +416,7 @@ gssdp_client_class_init (GSSDPClientClass *klass)
                           G_PARAM_STATIC_BLURB));
 
         /**
-         * GSSDPClient:main-context:
+         * GSSDPClient:main-context: (skip)
          *
          * The #GMainContext to use. Set to NULL to use the default.
          * Deprecated: 0.11.2: Use g_main_context_push_thread_default().
@@ -516,7 +516,7 @@ gssdp_client_class_init (GSSDPClientClass *klass)
                           G_PARAM_STATIC_BLURB));
 
         /**
-         * GSSDPClient::message-received:
+         * GSSDPClient::message-received: (skip)
          *
          * Internal signal.
          *
@@ -539,7 +539,7 @@ gssdp_client_class_init (GSSDPClientClass *klass)
 
 /**
  * gssdp_client_new:
- * @main_context: Deprecated: 0.11.2: Always set to NULL. If you want to
+ * @main_context: (allow-none): Deprecated: 0.11.2: Always set to NULL. If you want to
  *                specify a context use g_main_context_push_thread_default()
  * @iface: The name of the network interface, or %NULL for auto-detection.
  * @error: Location to store error, or NULL
@@ -564,7 +564,7 @@ gssdp_client_new (GMainContext *main_context,
 }
 
 /*
- * gssdp_client_get_main_context:
+ * gssdp_client_get_main_context: (skip)
  * @client: A #GSSDPClient
  *
  * Returns: (transfer none): The #GMainContext @client is associated with, or NULL.