[vinagre] Added some gi annotations
- From: Jonh Wendell <jwendell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vinagre] Added some gi annotations
- Date: Thu, 26 Aug 2010 17:38:39 +0000 (UTC)
commit 8fe58fe7934130134e0023ec539c218d2b5f2afc
Author: Jonh Wendell <jwendell gnome org>
Date: Thu Aug 26 14:32:55 2010 -0300
Added some gi annotations
vinagre/vinagre-protocol-ext.c | 6 ++++++
vinagre/vinagre-protocol.c | 8 +++++++-
2 files changed, 13 insertions(+), 1 deletions(-)
---
diff --git a/vinagre/vinagre-protocol-ext.c b/vinagre/vinagre-protocol-ext.c
index 5838862..1a321a1 100644
--- a/vinagre/vinagre-protocol-ext.c
+++ b/vinagre/vinagre-protocol-ext.c
@@ -68,6 +68,12 @@ vinagre_protocol_ext_get_mdns_service (VinagreProtocolExt *protocol)
return result;
}
+/**
+ * vinagre_protocol_ext_get_context_groups: blah
+ * @protocol: A protocol
+ *
+ * Return value: (element-type any) (transfer container): blah
+ */
GSList *
vinagre_protocol_ext_get_context_groups (VinagreProtocolExt *protocol)
{
diff --git a/vinagre/vinagre-protocol.c b/vinagre/vinagre-protocol.c
index b42f18c..c0a04f5 100644
--- a/vinagre/vinagre-protocol.c
+++ b/vinagre/vinagre-protocol.c
@@ -40,7 +40,7 @@ default_get_default_port (VinagreProtocol *protocol)
return 0;
}
-static GSList *
+GSList *
default_get_context_groups (VinagreProtocol *protocol)
{
return NULL;
@@ -182,6 +182,12 @@ vinagre_protocol_get_mdns_service (VinagreProtocol *protocol)
return NULL;
}
+/**
+ * vinagre_protocol_get_context_groups: blah
+ * @protocol: A protocol
+ *
+ * Return value: (element-type any) (transfer container): blah
+ */
GSList *
vinagre_protocol_get_context_groups (VinagreProtocol *protocol)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]