]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-application.h
[totem-screensaver] Adapt to GDBus API change
[evince.git] / shell / ev-application.h
index c08d3e8ef18c789d89d8c2542ec0625671498159..ff8d88d2d01e2969b00b3acafce1866ccd5a5512 100644 (file)
@@ -17,7 +17,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  */
 
 #ifndef EV_APPLICATION_H
@@ -76,7 +76,8 @@ const gchar    *ev_application_get_filechooser_uri (EvApplication   *application,
                                                      GtkFileChooserAction action);
 void             ev_application_screensaver_enable  (EvApplication   *application);
 void             ev_application_screensaver_disable (EvApplication   *application);
-const gchar      *ev_application_get_dot_dir         (EvApplication   *application);
+const gchar      *ev_application_get_dot_dir         (EvApplication   *application,
+                                                      gboolean         create);
 const gchar      *ev_application_get_data_dir        (EvApplication   *application);
 
 G_END_DECLS