anjuta r4378 - in trunk: . libanjuta/interfaces
- From: mcora svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4378 - in trunk: . libanjuta/interfaces
- Date: Wed, 5 Nov 2008 22:38:51 +0000 (UTC)
Author: mcora
Date: Wed Nov 5 22:38:50 2008
New Revision: 4378
URL: http://svn.gnome.org/viewvc/anjuta?rev=4378&view=rev
Log:
* libanjuta/interfaces/libanjuta.idl:
added missing doc for ianjuta_symbol_get_extra_info_string ()
Modified:
trunk/ChangeLog
trunk/libanjuta/interfaces/libanjuta.idl
Modified: trunk/libanjuta/interfaces/libanjuta.idl
==============================================================================
--- trunk/libanjuta/interfaces/libanjuta.idl (original)
+++ trunk/libanjuta/interfaces/libanjuta.idl Wed Nov 5 22:38:50 2008
@@ -4953,10 +4953,15 @@
/**
* ianjuta_symbol_get_extra_info_string:
* @obj: Self
- * @sym_info: Just one FIELD_* per time. It is NOT possible to pass something like
- * FIELD_1 | FIELD_2 | ...
+ * @sym_info: Just one IANJUTA_SYMBOL_FIELD_* per time. It is NOT possible to pass something like
+ * FIELD_1 | FIELD_2 | ....
+ * Note: You will not have anything passing IANJUTA_SYMBOL_FIELD_SIMPLE, just a NULL value.
+ *
* @err: Error propagation and reporting.
*
+ * Returns: a string representation of the field required. For instance passing
+ * IANJUTA_SYMBOL_FIELD_FILE_PATH you'll have a const gchar* representing the absolute file path,
+ * passing IANJUTA_SYMBOL_FIELD_ACCESS the access attribute, as "public", "private", etc.
*/
const gchar *get_extra_info_string (Field sym_info);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]