GtkSourceCompletion
perriman <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.gedit,gmane.comp.gnome.devtools |
|---|---|
| Message-ID | <1184963847.3306.1.camel@localhost> |
I have changed some things: - Added a priority property to GtkSourceCompletionData - GtkSourceCompletionPopup sort all items by priority - I have removed gtk_source_completion_popup_add_event - I have changed gtk_source_completion_popup_register_provider. Now you must pass a parameter with the event name. When an event occurs, the popup only call the providers registered for this event. If you have some another change, make me know.