~ubuntu-branches/ubuntu/lucid/gedit/lucid-proposed

« back to all changes in this revision

Viewing changes to gedit/gedit-document.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-02-22 23:48:52 UTC
  • mfrom: (1.1.74 upstream)
  • Revision ID: james.westby@ubuntu.com-20100222234852-j17emhgwyobpiswf
Tags: 2.29.7-0ubuntu1
* New upstream version:
  - Many string fixes
  - Misc bugfixes
* debian/control.in:
  - updated gtksourceview and pygtksourceview requirements
  - Misc bugfixes
* debian/patches/90_autoconf.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
gchar           *gedit_document_get_short_name_for_display
188
188
                                                (GeditDocument       *doc);
189
189
 
 
190
void             gedit_document_set_short_name_for_display
 
191
                                                (GeditDocument       *doc,
 
192
                                                 const gchar         *name);
 
193
 
190
194
gchar           *gedit_document_get_content_type
191
195
                                                (GeditDocument       *doc);
192
196
 
 
197
void             gedit_document_set_content_type
 
198
                                                (GeditDocument       *doc,
 
199
                                                 const gchar         *content_type);
 
200
 
193
201
gchar           *gedit_document_get_mime_type   (GeditDocument       *doc);
194
202
 
195
203
gboolean         gedit_document_get_readonly    (GeditDocument       *doc);