]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-link.h
initial commit
[evince.git] / libdocument / ev-link.h
index c59259a10cbdfdae782c4875ea4f1cb1d6ba977f..4d498b2e2e8a7a56f2aa6ec4d55bcd8df825e0b7 100644 (file)
@@ -14,7 +14,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.
  */
 
 #if !defined (__EV_EVINCE_DOCUMENT_H_INSIDE__) && !defined (EVINCE_COMPILATION)
@@ -48,7 +48,6 @@ EvLink             *ev_link_new        (const gchar  *title,
 
 const gchar  *ev_link_get_title  (EvLink       *self);
 EvLinkAction *ev_link_get_action (EvLink       *self);
-gint         ev_link_get_page   (EvLink       *link);
 
 G_END_DECLS