X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-sidebar-links.h;h=533f99c8b3098add88cb1de45249653eee4d3d68;hb=728e908951ca5d09152d4fdd309dd52bce692c7a;hp=c6b212224cdfe2155d795c1acbd6b3523784b5cd;hpb=dfbedebc6a9968eed8932649e72e80a497dbfed5;p=evince.git diff --git a/shell/ev-sidebar-links.h b/shell/ev-sidebar-links.h index c6b21222..533f99c8 100644 --- a/shell/ev-sidebar-links.h +++ b/shell/ev-sidebar-links.h @@ -48,11 +48,13 @@ struct _EvSidebarLinks { struct _EvSidebarLinksClass { GtkVBoxClass base_class; + + void (* link_activated) (EvSidebarLinks *sidebar_links, + EvLink *link); }; GType ev_sidebar_links_get_type (void); GtkWidget *ev_sidebar_links_new (void); -GtkWidget *ev_sidebar_links_get_treeview (EvSidebarLinks *sidebar); G_END_DECLS