X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-window.h;h=1173390b88e0bdc541b7d2b0ff48d02213e7cdb1;hb=2faf7d9668abe843e8688fa928a4d52d7df92879;hp=044e9a888260f5c8e56ec58fd728498d398325cc;hpb=69a6127336022b0834e5771bbd6e5639d6afc517;p=evince.git diff --git a/shell/ev-window.h b/shell/ev-window.h index 044e9a88..1173390b 100644 --- a/shell/ev-window.h +++ b/shell/ev-window.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_WINDOW_H @@ -85,6 +85,8 @@ gboolean ev_window_is_empty (const EvWindow *ev_window); void ev_window_print_range (EvWindow *ev_window, int first_page, int last_page); +const gchar * ev_window_get_dbus_object_path (EvWindow *ev_window); + G_END_DECLS