~ubuntu-branches/ubuntu/raring/gtkhtml3.14/raring

« back to all changes in this revision

Viewing changes to components/editor/gtkhtml-editor.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-18 10:07:09 UTC
  • mfrom: (1.6.5 upstream) (27.3.13 experimental)
  • Revision ID: james.westby@ubuntu.com-20100518100709-8nonoc8d5gwckuzn
Tags: 1:3.30.1-1ubuntu1
* Merge from debian experimental. Remaining changes:
  + epoch added by accident in ubuntu
  + debian/control: add Vcs-Bzr
  + debian/*shlib: add epoch

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
        void            (*object_deleted)       (GtkhtmlEditor *editor);
84
84
        void            (*uri_requested)        (GtkhtmlEditor *editor,
85
85
                                                 const gchar *uri,
86
 
                                                 GtkHTMLStream *output);
 
86
                                                 GtkHTMLStream *stream);
87
87
};
88
88
 
89
89
GType           gtkhtml_editor_get_type         (void);
165
165
void            gtkhtml_editor_insert_html      (GtkhtmlEditor *editor,
166
166
                                                 const gchar *html_text);
167
167
void            gtkhtml_editor_insert_image     (GtkhtmlEditor *editor,
168
 
                                                 const gchar *filename_uri);
 
168
                                                 const gchar *image_uri);
 
169
void            gtkhtml_editor_insert_text      (GtkhtmlEditor *editor,
 
170
                                                 const gchar *plain_text);
169
171
gboolean        gtkhtml_editor_search_by_data   (GtkhtmlEditor *editor,
170
172
                                                 glong level,
171
173
                                                 const gchar *klass,