]> www.fi.muni.cz Git - evince.git/blobdiff - libmisc/ev-page-action.h
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / libmisc / ev-page-action.h
index dc13bdd02a82eafa6f2239d538739916442f593e..b18db61d7eb6c9312384e914321685ee8eda7243 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.
  *
  */
 
@@ -24,6 +24,7 @@
 #include <gtk/gtk.h>
 
 #include <evince-document.h>
+#include <evince-view.h>
 
 G_BEGIN_DECLS
 
@@ -54,12 +55,13 @@ struct _EvPageActionClass
                                    EvLink       *link);
 };
 
-GType ev_page_action_get_type     (void);
-void  ev_page_action_set_document (EvPageAction *page_action,
-                                  EvDocument   *document);
-void  ev_page_action_set_model    (EvPageAction *page_action,
-                                  GtkTreeModel *model);
-void  ev_page_action_grab_focus   (EvPageAction *page_action);
+GType ev_page_action_get_type        (void) G_GNUC_CONST;
+
+void  ev_page_action_set_model       (EvPageAction    *page_action,
+                                     EvDocumentModel *model);
+void  ev_page_action_set_links_model (EvPageAction    *page_action,
+                                     GtkTreeModel    *links_model);
+void  ev_page_action_grab_focus      (EvPageAction    *page_action);
 
 G_END_DECLS