[grilo] core: skip some private functions in gobject introspection



commit d55b35c4fdcd9be982b605de007c76be5bf9041b
Author: Guillaume Emont <guijemont igalia com>
Date:   Wed Jul 20 20:05:30 2011 +0200

    core: skip some private functions in gobject introspection

 src/grl-metadata-source.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/grl-metadata-source.c b/src/grl-metadata-source.c
index a0d0e5a..7f0b172 100644
--- a/src/grl-metadata-source.c
+++ b/src/grl-metadata-source.c
@@ -1085,8 +1085,8 @@ grl_metadata_source_filter_writable (GrlMetadataSource *source,
   return filter_key_list (source, keys, return_filtered, (GList *) writable_keys);
 }
 
-/*
- * grl_metadata_source_expand_operation_keys:
+/**
+ * grl_metadata_source_expand_operation_keys: (skip)
  *
  * Will add to @keys the keys that should be asked to @source when
  * doing an operation with GRL_RESOLVE_FULL.
@@ -1140,8 +1140,8 @@ grl_metadata_source_expand_operation_keys (GrlMetadataSource *source,
   return keys;
 }
 
-/*
- * grl_metadata_source_get_additional_sources:
+/**
+ * grl_metadata_source_get_additional_sources: (skip)
  *
  * Find the sources that should be queried to add @keys to @media.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]