]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-sidebar-layers.h
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / shell / ev-sidebar-layers.h
index f974d79f7e10e8303734f9b5ee1d2d8b90695afb..0dd99df50df922f802836ac142e2d428e237b1e1 100644 (file)
@@ -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