~slagvi/inkscape/templates

« back to all changes in this revision

Viewing changes to src/file.h

  • Committer: Slagvi Public
  • Date: 2013-09-20 14:48:10 UTC
  • Revision ID: slagvi_public_jan_dot_darowski_att_gmail_dott_com-20130920144810-z3tfk91xydqrw9ae
Change paths storage to std::string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 */
17
17
 
18
18
#include <glibmm/ustring.h>
 
19
#include <string>
19
20
#include "extension/system.h"
20
21
 
21
22
class SPDesktop;
43
44
 * Creates a new Inkscape document and window.
44
45
 * Return value is a pointer to the newly created desktop.
45
46
 */
46
 
SPDesktop* sp_file_new (const Glib::ustring &templ);
 
47
SPDesktop* sp_file_new (const std::string &templ);
47
48
SPDesktop* sp_file_new_default (void);
48
49
 
49
50
/*######################