[anjuta] libanjuta: Remove doc comments that irritate the idl parser
- From: Johannes Schmid <jhs src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjuta] libanjuta: Remove doc comments that irritate the idl parser
- Date: Tue, 1 Dec 2009 16:35:10 +0000 (UTC)
commit a8e05dc74a04fb9f851a3cc60379d164ebe7ffbd
Author: Johannes Schmid <jhs gnome org>
Date: Tue Dec 1 17:32:25 2009 +0100
libanjuta: Remove doc comments that irritate the idl parser
libanjuta/interfaces/libanjuta.idl | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/libanjuta/interfaces/libanjuta.idl b/libanjuta/interfaces/libanjuta.idl
index 2df54b3..4cb2b4c 100644
--- a/libanjuta/interfaces/libanjuta.idl
+++ b/libanjuta/interfaces/libanjuta.idl
@@ -1985,11 +1985,11 @@ interface IAnjutaEditor
struct Proposal
{
gchar* label;
- gchar* markup; /* optional */
- gchar* info; /* optional */
- gchar* text; /* optional */
- GdkPixbuf* icon; /* optional */
- gpointer data; /* Data connected with the proposal (owned by the provider */
+ gchar* markup;
+ gchar* info;
+ gchar* text;
+ GdkPixbuf* icon;
+ gpointer data;
}
/*
@@ -2015,7 +2015,7 @@ interface IAnjutaEditor
/*
* ianjuta_editor_assist_invoke
* @obj: self
- * @provider: a IAnjutaProvider
+ * @provider: a IAnjutaProvider (can be NULL to use all providers)
* @err: Error handling
*
* Force invokation of a provider at the current cursor position.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]