X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-document-links.h;h=6aa43ae3d87330222a9baf5574fc38ac5709e5e7;hb=b329a61d561198cd405721372580d05476c2240a;hp=21c1d4b8411d4a0cd560e5e576d0ec25fafd4a89;hpb=e63cb09538113fa2695bc2877902702109eed303;p=evince.git diff --git a/libdocument/ev-document-links.h b/libdocument/ev-document-links.h index 21c1d4b8..6aa43ae3 100644 --- a/libdocument/ev-document-links.h +++ b/libdocument/ev-document-links.h @@ -18,7 +18,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) @@ -76,6 +76,10 @@ GList *ev_document_links_get_links (EvDocumentLinks *document_li EvPage *page); EvLinkDest *ev_document_links_find_link_dest (EvDocumentLinks *document_links, const gchar *link_name); +gint ev_document_links_get_dest_page (EvDocumentLinks *document_links, + EvLinkDest *dest); +gchar *ev_document_links_get_dest_page_label(EvDocumentLinks *document_links, + EvLinkDest *dest); G_END_DECLS