|  | 
| virtual | ~CompletionItem () | 
|  | 
| GtkSourceCompletionItem* | gobj () | 
|  | Provides access to the underlying C GObject.  More... 
 | 
|  | 
| const GtkSourceCompletionItem* | gobj () const | 
|  | Provides access to the underlying C GObject.  More... 
 | 
|  | 
| GtkSourceCompletionItem* | gobj_copy () | 
|  | Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.  More... 
 | 
|  | 
| Glib::PropertyProxy< Glib::RefPtr< Gdk::Pixbuf > > | property_icon () | 
|  | Icon to be shown for this item.  More... 
 | 
|  | 
| Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Gdk::Pixbuf > > | property_icon () const | 
|  | Icon to be shown for this item.  More... 
 | 
|  | 
| Glib::PropertyProxy< Glib::ustring > | property_info () | 
|  | Info to be shown for this item.  More... 
 | 
|  | 
| Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_info () const | 
|  | Info to be shown for this item.  More... 
 | 
|  | 
| Glib::PropertyProxy< Glib::ustring > | property_label () | 
|  | Label to be shown for this item.  More... 
 | 
|  | 
| Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_label () const | 
|  | Label to be shown for this item.  More... 
 | 
|  | 
| Glib::PropertyProxy< Glib::ustring > | property_markup () | 
|  | Markup to be shown for this item.  More... 
 | 
|  | 
| Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_markup () const | 
|  | Markup to be shown for this item.  More... 
 | 
|  | 
| Glib::PropertyProxy< Glib::ustring > | property_text () | 
|  | Item text.  More... 
 | 
|  | 
| Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_text () const | 
|  | Item text.  More... 
 | 
|  | 
| void * | get_data (const QueryQuark &key) | 
|  | 
| void | set_data (const Quark &key, void *data) | 
|  | 
| void | set_data (const Quark &key, void *data, DestroyNotify notify) | 
|  | 
| void | remove_data (const QueryQuark &quark) | 
|  | 
| void * | steal_data (const QueryQuark &quark) | 
|  | 
| Glib::RefPtr< Glib::Object > | wrap (GObject *object, bool take_copy=false) | 
|  | 
| void | set_property_value (const Glib::ustring &property_name, const Glib::ValueBase &value) | 
|  | 
| void | get_property_value (const Glib::ustring &property_name, Glib::ValueBase &value) const | 
|  | 
| void | set_property (const Glib::ustring &property_name, const PropertyType &value) | 
|  | 
| void | get_property (const Glib::ustring &property_name, PropertyType &value) const | 
|  | 
| void | connect_property_changed (const Glib::ustring &property_name, const sigc::slot< void > &slot) | 
|  | 
| sigc::connection | connect_property_changed_with_return (const Glib::ustring &property_name, const sigc::slot< void > &slot) | 
|  | 
| void | freeze_notify () | 
|  | 
| void | thaw_notify () | 
|  | 
| virtual void | reference () const | 
|  | 
| virtual void | unreference () const | 
|  | 
| GObject * | gobj () | 
|  | 
| const GObject * | gobj () const | 
|  | 
| GObject * | gobj_copy () const | 
|  | 
|  | trackable () | 
|  | 
|  | trackable (const trackable &src) | 
|  | 
|  | ~trackable () | 
|  | 
| void | add_destroy_notify_callback (void *data, func_destroy_notify func) const | 
|  | 
| void | notify_callbacks () | 
|  | 
| trackable & | operator= (const trackable &src) | 
|  | 
| void | remove_destroy_notify_callback (void *data) const | 
|  | 
| virtual | ~CompletionProposal () | 
|  | 
| GtkSourceCompletionProposal* | gobj () | 
|  | Provides access to the underlying C GObject.  More... 
 | 
|  | 
| const GtkSourceCompletionProposal* | gobj () const | 
|  | Provides access to the underlying C GObject.  More... 
 | 
|  | 
| Glib::ustring | get_label () const | 
|  | Gets the label of a proposal.  More... 
 | 
|  | 
| Glib::ustring | get_markup () const | 
|  | Gets the label of a proposal with markup.  More... 
 | 
|  | 
| Glib::ustring | get_text () const | 
|  | Gets the text of a proposal.  More... 
 | 
|  | 
| Glib::RefPtr< Gdk::Pixbuf > | get_icon () | 
|  | Gets the icon of a proposal.  More... 
 | 
|  | 
| Glib::RefPtr< const Gdk::Pixbuf > | get_icon () const | 
|  | Gets the icon of a proposal.  More... 
 | 
|  | 
| Glib::ustring | get_info () const | 
|  | Gets extra information associated to the proposal.  More... 
 | 
|  | 
| void | changed () | 
|  | Emits the "changed" signal on a proposal.  More... 
 | 
|  | 
| guint | hash () const | 
|  | Get the hash value of a proposal.  More... 
 | 
|  | 
| bool | equal (const Glib::RefPtr< const CompletionProposal >& other) const | 
|  | Get whether two proposal objects are the same.  More... 
 | 
|  | 
| Glib::SignalProxy0< void > | signal_changed () | 
|  | Emitted when the proposal has changed.  More... 
 | 
|  | 
|  | Interface () | 
|  | 
|  | Interface (const Glib::Interface_Class &interface_class) | 
|  | 
|  | Interface (GObject *castitem) | 
|  | 
| virtual | ~Interface () | 
|  | 
| GObject * | gobj () | 
|  | 
| const GObject * | gobj () const | 
|  | 
|  | 
| static GType | get_type () | 
|  | Get the GType for this class, for use with the underlying GObject type system.  More... 
 | 
|  | 
| static Glib::RefPtr< CompletionItem > | create (const Glib::ustring& label, const Glib::ustring& text, const Glib::RefPtr< const Gdk::Pixbuf >& icon, const Glib::ustring& info) | 
|  | Create a new CompletionItem with label label, icon icon and extra information info.  More... 
 | 
|  | 
| static Glib::RefPtr< CompletionItem > | create (const Markup& markup, const Glib::ustring& text, const Glib::RefPtr< const Gdk::Pixbuf >& icon, const Glib::ustring& info) | 
|  | Create a new CompletionItem with markup label markup, icon icon and extra information info.  More... 
 | 
|  | 
| static Glib::RefPtr< CompletionItem > | create (const Glib::ustring& label, const Glib::ustring& text, const Gtk::StockID& stock, const Glib::ustring& info) | 
|  | Creates a new CompletionItem from a stock item.  More... 
 | 
|  | 
| static void | add_interface (GType gtype_implementer) | 
|  | 
| static GType | get_type () | 
|  | Get the GType for this class, for use with the underlying GObject type system.  More... 
 | 
|  |