gtksourceview r2286 - branches/gtksourcecompletion/docs/reference



Author: icq
Date: Thu Apr 16 10:00:34 2009
New Revision: 2286
URL: http://svn.gnome.org/viewvc/gtksourceview?rev=2286&view=rev

Log:
Updated docs.


Modified:
   branches/gtksourcecompletion/docs/reference/gtksourceview-2.0-sections.txt
   branches/gtksourcecompletion/docs/reference/gtksourceview-docs.sgml

Modified: branches/gtksourcecompletion/docs/reference/gtksourceview-2.0-sections.txt
==============================================================================
--- branches/gtksourcecompletion/docs/reference/gtksourceview-2.0-sections.txt	(original)
+++ branches/gtksourcecompletion/docs/reference/gtksourceview-2.0-sections.txt	Thu Apr 16 10:00:34 2009
@@ -297,21 +297,11 @@
 <INCLUDE>gtksourceview/gtksourcecompletion.h</INCLUDE>
 GtkSourceCompletion
 GtkSourceCompletionClass
-gtk_source_completion_get_view
-gtk_source_completion_get_trigger
-gtk_source_completion_get_provider
 gtk_source_completion_add_provider
 gtk_source_completion_remove_provider
-gtk_source_completion_add_trigger
-gtk_source_completion_remove_trigger
-gtk_source_completion_get_active_trigger
+gtk_source_completion_popup
 gtk_source_completion_finish
-gtk_source_completion_filter_proposals
-gtk_source_completion_get_bottom_bar
-gtk_source_completion_get_info_widget
-gtk_source_completion_get_page_pos
-gtk_source_completion_get_n_pages
-gtk_source_completion_set_page_pos
+gtk_source_completion_get_info_window
 <SUBSECTION Standard>
 GTK_IS_SOURCE_COMPLETION
 GTK_IS_SOURCE_COMPLETION_CLASS
@@ -331,11 +321,9 @@
 GtkSourceCompletionInfoClass
 gtk_source_completion_info_new
 gtk_source_completion_info_move_to_cursor
-gtk_source_completion_info_set_markup
-gtk_source_completion_info_set_adjust_height
-gtk_source_completion_info_set_adjust_width
-gtk_source_completion_info_set_custom
-gtk_source_completion_info_get_custom
+gtk_source_completion_info_set_sizing
+gtk_source_completion_info_set_widget
+gtk_source_completion_info_get_widget
 <SUBSECTION Standard>
 GTK_IS_SOURCE_COMPLETION_INFO
 GTK_IS_SOURCE_COMPLETION_INFO_CLASS
@@ -390,7 +378,12 @@
 GtkSourceCompletionProvider
 GtkSourceCompletionProviderIface
 gtk_source_completion_provider_get_name
+gtk_source_completion_provider_get_icon
 gtk_source_completion_provider_get_proposals
+gtk_source_completion_provider_filter_proposal
+gtk_source_completion_provider_can_auto_complete
+gtk_source_completion_provider_get_info_widget
+gtk_source_completion_provider_update_info
 <SUBSECTION Standard>
 GTK_IS_SOURCE_COMPLETION_PROVIDER
 GTK_SOURCE_COMPLETION_PROVIDER
@@ -398,37 +391,3 @@
 GTK_TYPE_SOURCE_COMPLETION_PROVIDER
 gtk_source_completion_provider_get_type
 </SECTION>
-
-<SECTION>
-<FILE>completiontrigger</FILE>
-<TITLE>GtkSourceCompletionTrigger</TITLE>
-<INCLUDE>gtksourceview/gtksourcecompletiontrigger.h</INCLUDE>
-GtkSourceCompletionTrigger
-GtkSourceCompletionTriggerIface
-gtk_source_completion_trigger_get_name
-gtk_source_completion_trigger_activate
-<SUBSECTION Standard>
-GTK_IS_SOURCE_COMPLETION_TRIGGER
-GTK_SOURCE_COMPLETION_TRIGGER
-GTK_SOURCE_COMPLETION_TRIGGER_GET_INTERFACE
-GTK_TYPE_SOURCE_COMPLETION_TRIGGER
-gtk_source_completion_trigger_get_type
-</SECTION>
-
-<SECTION>
-<FILE>completiontriggerkey</FILE>
-<TITLE>GtkSourceCompletionTriggerKey</TITLE>
-<INCLUDE>gtksourceview/gtksourcecompletiontriggerkey.h</INCLUDE>
-GtkSourceCompletionTriggerKey
-GtkSourceCompletionTriggerKeyClass
-gtk_source_completion_trigger_key_new
-gtk_source_completion_trigger_key_set_accelerator
-<SUBSECTION Standard>
-GTK_IS_SOURCE_COMPLETION_TRIGGER_KEY
-GTK_IS_SOURCE_COMPLETION_TRIGGER_KEY_CLASS
-GTK_SOURCE_COMPLETION_TRIGGER_KEY
-GTK_SOURCE_COMPLETION_TRIGGER_KEY_CLASS
-GTK_SOURCE_COMPLETION_TRIGGER_KEY_GET_CLASS
-GTK_TYPE_SOURCE_COMPLETION_TRIGGER_KEY
-gtk_source_completion_trigger_key_get_type
-</SECTION>

Modified: branches/gtksourcecompletion/docs/reference/gtksourceview-docs.sgml
==============================================================================
--- branches/gtksourcecompletion/docs/reference/gtksourceview-docs.sgml	(original)
+++ branches/gtksourcecompletion/docs/reference/gtksourceview-docs.sgml	Thu Apr 16 10:00:34 2009
@@ -19,8 +19,6 @@
     <xi:include href="xml/completionitem.xml"/>
     <xi:include href="xml/completionproposal.xml"/>
     <xi:include href="xml/completionprovider.xml"/>
-    <xi:include href="xml/completiontrigger.xml"/>
-    <xi:include href="xml/completiontriggerkey.xml"/>
     <xi:include href="xml/iter.xml"/>
     <xi:include href="xml/mark.xml"/>
     <xi:include href="xml/view.xml"/>



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