[anjuta/cxxparser] symbol-db: updated IAnjutaSymbolManager interface doc
- From: Massimo Cora' <mcora src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta/cxxparser] symbol-db: updated IAnjutaSymbolManager interface doc
- Date: Thu, 6 Aug 2009 22:46:02 +0000 (UTC)
commit 4e097df2efb1525cd73d12d9840c803ca3e07aef
Author: Massimo Corà <mcora src gnome org>
Date: Sat Aug 1 11:41:53 2009 +0200
symbol-db: updated IAnjutaSymbolManager interface doc
libanjuta/interfaces/libanjuta.idl | 23 +++++++++++++++--------
1 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/libanjuta/interfaces/libanjuta.idl b/libanjuta/interfaces/libanjuta.idl
index a4813f4..e897bcc 100644
--- a/libanjuta/interfaces/libanjuta.idl
+++ b/libanjuta/interfaces/libanjuta.idl
@@ -5238,7 +5238,8 @@ interface IAnjutaSymbolManager
* @include_types: Should the result contain or exclude the match_types? TRUE to include them,
* FALSE to exclude. For example use may want all symbols but classes.
* @info_fields: Kind of infos you would like to have available on the resulting Symbols.
- * @match_name: fixme
+ * @match_name: Name of the symbol you want to search for. If you just want to get all the
+ * symbols then you need to use "%" as pattern. NULL _is not_ accepted.
* @partial_name_match: if TRUE it will search for %match_name%, it FALSE for the exact
* string match_name.
* @filescope_search: if #IANJUTA_SYMBOL_MANAGER_SEARCH_FS_PUBLIC it will search only for public/extern functions.
@@ -5266,7 +5267,8 @@ interface IAnjutaSymbolManager
* FALSE to exclude. For example use may want all symbols but classes.
* @info_fields: Kind of infos you would like to have available on the resulting Symbols.
* @pattern Pattern you want to search for. It can me something like 'foo_func' (exact match)
- * or something like 'foo_fun%' (LIKE match, matching all the symbol prefixed with 'foo_fun'
+ * or something like 'foo_fun%' (LIKE match, matching all the symbol prefixed with
+ * 'foo_fun'). NULL _is not_ accepted
* @results_limit: Limit results to an upper bound. -1 If you don't want to use this par.
* @results_offset: Skip results_offset results. -1 If you don't want to use this par.
* @err: Error propagation and reporting.
@@ -5288,7 +5290,8 @@ interface IAnjutaSymbolManager
* FALSE to exclude. For example use may want all symbols but classes.
* @info_fields: Kind of infos you would like to have available on the resulting Symbols.
* @pattern Pattern you want to search for. It can me something like 'foo_func' (exact match)
- * or something like 'foo_fun%' (LIKE match, matching all the symbol prefixed with 'foo_fun'
+ * or something like 'foo_fun%' (LIKE match, matching all the symbol prefixed with
+ * 'foo_fun'). NULL _is not_ accepted
* @results_limit: Limit results to an upper bound. -1 If you don't want to use this par.
* @results_offset: Skip results_offset results. -1 If you don't want to use this par.
* @cancel: An optional #GCancellable object to cancel the operation, or NULL.
@@ -5314,7 +5317,8 @@ interface IAnjutaSymbolManager
* FALSE to exclude. For example use may want all symbols but classes.
* @info_fields: Kind of infos you would like to have available on the resulting Symbols.
* @pattern Pattern you want to search for. It can me something like 'foo_func' (exact match)
- * or something like 'foo_fun%' (LIKE match, matching all the symbol prefixed with 'foo_fun'
+ * or something like 'foo_fun%' (LIKE match, matching all the symbol prefixed with
+ * 'foo_fun'). NULL _is not_ accepted
* @results_limit: Limit results to an upper bound. -1 If you don't want to use this par.
* @results_offset: Skip results_offset results. -1 If you don't want to use this par.
* @err: Error propagation and reporting.
@@ -5335,8 +5339,9 @@ interface IAnjutaSymbolManager
* FALSE to exclude. For example use may want all symbols but classes.
* @info_fields: Kind of infos you would like to have available on the resulting Symbols.
* @pattern Pattern you want to search for. It can me something like 'foo_func' (exact match)
- * or something like 'foo_fun%' (LIKE match, matching all the symbol prefixed with 'foo_fun'
- * @results_limit: Limit results to an upper bound. -1 If you don't want to use this par.
+ * or something like 'foo_fun%' (LIKE match, matching all the symbol prefixed with
+ * 'foo_fun'). NULL _is not_ accepted
+ * @results_limit: Limit results to an upper bound. -1 If you don't want to use this par.
* @results_offset: Skip results_offset results. -1 If you don't want to use this par.
* @cancel: An optional #GCancellable object to cancel the operation, or NULL.
* @notify: #AnjutaAsyncNotify object for finish notification and error reporting.
@@ -5361,7 +5366,8 @@ interface IAnjutaSymbolManager
* FALSE to exclude. For example use may want all symbols but classes.
* @info_fields: Kind of infos you would like to have available on the resulting Symbols.
* @pattern Pattern you want to search for. It can me something like 'foo_func' (exact match)
- * or something like 'foo_fun%' (LIKE match, matching all the symbol prefixed with 'foo_fun'
+ * or something like 'foo_fun%' (LIKE match, matching all the symbol prefixed with
+ * 'foo_fun'). NULL _is not_ accepted
* @file GFile of the file, belonging to the project, which you want to scan symbols for.
* @results_limit: Limit results to an upper bound. -1 If you don't want to use this par.
* @results_offset: Skip results_offset results. -1 If you don't want to use this par.
@@ -5383,7 +5389,8 @@ interface IAnjutaSymbolManager
* FALSE to exclude. For example use may want all symbols but classes.
* @info_fields: Kind of infos you would like to have available on the resulting Symbols.
* @pattern Pattern you want to search for. It can me something like 'foo_func' (exact match)
- * or something like 'foo_fun%' (LIKE match, matching all the symbol prefixed with 'foo_fun'
+ * or something like 'foo_fun%' (LIKE match, matching all the symbol prefixed with
+ * 'foo_fun'). NULL _is not_ accepted
* @file GFile of the file, belonging to the project, which you want to scan symbols for.
* @results_limit: Limit results to an upper bound. -1 If you don't want to use this par.
* @results_offset: Skip results_offset results. -1 If you don't want to use this par.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]