]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-document-links.h
[shell] Port override_restrictions gconf key to GSettings
[evince.git] / libdocument / ev-document-links.h
index 21c1d4b8411d4a0cd560e5e576d0ec25fafd4a89..6aa43ae3d87330222a9baf5574fc38ac5709e5e7 100644 (file)
@@ -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