X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=shell%2Fev-properties-dialog.h;h=83bea3aab2d0bf42872c9d5fd1e76de94e9eb5ab;hb=6935cbce7dce37600abe92eec6344ffde0cc6bae;hp=f85e53a56d8fec2ed59722137b88152cbe1d4209;hpb=7069e1991b056fcf8286f09c3f7942909db04a0d;p=evince.git diff --git a/shell/ev-properties-dialog.h b/shell/ev-properties-dialog.h index f85e53a5..83bea3aa 100644 --- a/shell/ev-properties-dialog.h +++ b/shell/ev-properties-dialog.h @@ -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