X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libmisc%2Fev-page-action-widget.h;h=cf33b5518bf087fbc0397c0f217f1d27acef2275;hb=d4139205b010ed06310d14284e63114e88ec6de2;hp=1c9ee35db1c0643eb8d917bda6a505114ffa19e8;hpb=c4b192c34c4758bd078d1a212d69c6ae5084d6c8;p=evince.git diff --git a/libmisc/ev-page-action-widget.h b/libmisc/ev-page-action-widget.h index 1c9ee35d..cf33b551 100644 --- a/libmisc/ev-page-action-widget.h +++ b/libmisc/ev-page-action-widget.h @@ -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. * */ @@ -36,11 +36,11 @@ struct _EvPageActionWidgetClass EvLink *link); }; -GType ev_page_action_widget_get_type (void) G_GNUC_CONST; +GType ev_page_action_widget_get_type (void) G_GNUC_CONST; -void ev_page_action_widget_update_model (EvPageActionWidget *proxy, - GtkTreeModel *model); +void ev_page_action_widget_update_links_model (EvPageActionWidget *proxy, + GtkTreeModel *model); -void ev_page_action_widget_set_document (EvPageActionWidget *action_widget, - EvDocument *document); -void ev_page_action_widget_grab_focus (EvPageActionWidget *proxy); +void ev_page_action_widget_set_model (EvPageActionWidget *action_widget, + EvDocumentModel *doc_model); +void ev_page_action_widget_grab_focus (EvPageActionWidget *proxy);