X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-application.h;h=ff8d88d2d01e2969b00b3acafce1866ccd5a5512;hb=1c2d9608d0d3dee305e1556525fc8c04db24a916;hp=c08d3e8ef18c789d89d8c2542ec0625671498159;hpb=53b5b04e123bdbb6993b43b3883e6f7e9c8878b6;p=evince.git diff --git a/shell/ev-application.h b/shell/ev-application.h index c08d3e8e..ff8d88d2 100644 --- a/shell/ev-application.h +++ b/shell/ev-application.h @@ -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