]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-properties-dialog.h
Added translated German screenshots.
[evince.git] / shell / ev-properties-dialog.h
index f85e53a56d8fec2ed59722137b88152cbe1d4209..83bea3aab2d0bf42872c9d5fd1e76de94e9eb5ab 100644 (file)
@@ -15,7 +15,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_PROPERTIES_DIALOG_H__
@@ -39,6 +39,7 @@ typedef struct _EvPropertiesDialogPrivate EvPropertiesDialogPrivate;
 GType           ev_properties_dialog_get_type     (void);
 GtkWidget      *ev_properties_dialog_new          (void);
 void            ev_properties_dialog_set_document (EvPropertiesDialog *properties,
+                                                   const gchar        *uri,
                                                    EvDocument         *document);
 
 G_END_DECLS