![]() |
![]() |
![]() |
CodeSlayer Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#include <codeslayer/codeslayer-completion-proposal.h> struct CodeSlayerCompletionProposal; CodeSlayerCompletionProposal * codeslayer_completion_proposal_new (const gchar *label
,const gchar *text
,GtkTextMark *mark
); const gchar * codeslayer_completion_proposal_get_label (CodeSlayerCompletionProposal *proposal
); const gchar * codeslayer_completion_proposal_get_text (CodeSlayerCompletionProposal *proposal
); GtkTextMark * codeslayer_completion_proposal_get_mark (CodeSlayerCompletionProposal *proposal
);
CodeSlayerCompletionProposal * codeslayer_completion_proposal_new (const gchar *label
,const gchar *text
,GtkTextMark *mark
);
Creates a new CodeSlayerCompletionProposal.
|
the text to show up in the completion window. |
|
the text that will be used as the completion result. |
|
a GtkTextMark that marks the place that the completion starts. |
Returns : |
a new CodeSlayerCompletionProposal. |
const gchar * codeslayer_completion_proposal_get_label
(CodeSlayerCompletionProposal *proposal
);
|
a CodeSlayerCompletionProposal. |
Returns : |
the text to show up in the completion window. |
const gchar * codeslayer_completion_proposal_get_text
(CodeSlayerCompletionProposal *proposal
);
|
a CodeSlayerCompletionProposal. |
Returns : |
the text that will be used as the completion result. |
GtkTextMark * codeslayer_completion_proposal_get_mark
(CodeSlayerCompletionProposal *proposal
);
|
a CodeSlayerCompletionProposal. |
Returns : |
a GtkTextMark that marks the place that the completion starts. |