X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-sidebar-layers.h;h=0dd99df50df922f802836ac142e2d428e237b1e1;hb=cf6c86623744ab32bcb9bddc372ef215049789f6;hp=f974d79f7e10e8303734f9b5ee1d2d8b90695afb;hpb=7f94a4075450791807ee2699cb0e7a0293ccc2f3;p=evince.git diff --git a/shell/ev-sidebar-layers.h b/shell/ev-sidebar-layers.h index f974d79f..0dd99df5 100644 --- a/shell/ev-sidebar-layers.h +++ b/shell/ev-sidebar-layers.h @@ -15,7 +15,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. */ #ifndef __EV_SIDEBAR_LAYERS_H__ @@ -50,8 +50,9 @@ struct _EvSidebarLayersClass { void (* layers_visibility_changed) (EvSidebarLayers *ev_layers); }; -GType ev_sidebar_layers_get_type (void) G_GNUC_CONST; -GtkWidget *ev_sidebar_layers_new (void); +GType ev_sidebar_layers_get_type (void) G_GNUC_CONST; +GtkWidget *ev_sidebar_layers_new (void); +void ev_sidebar_layers_update_layers_state (EvSidebarLayers *sidebar_layers); G_END_DECLS