Skip to content
  • Sébastien Wilmet's avatar
    GeditDocument: deprecate some functions · 7da232d8
    Sébastien Wilmet authored
    This commit deprecates:
    gedit_document_get_location()
    gedit_document_set_location()
    gedit_document_get_encoding()
    gedit_document_get_newline_type()
    gedit_document_get_compression_type()
    
    They have each a corresponding function in GtkSourceFile.
    The code in GeditDocument is trivial, so it is not cumbersome to keep
    those functions for a few development cycles. And probably
    get_location() is used by lots of plugins.
    7da232d8