]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-sidebar-thumbnails.h
[dualscreen] fix crash on ctrl+w and fix control window closing
[evince.git] / shell / ev-sidebar-thumbnails.h
index 5a3dddaefddfdb8bb123afc32aa7590e41239eb2..be0415661adc3cf6e02790c34514962d4c0ff871 100644 (file)
@@ -18,7 +18,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_THUMBNAILS_H__
@@ -26,8 +26,6 @@
 
 #include <gtk/gtk.h>
 
-#include "ev-document.h"
-
 G_BEGIN_DECLS
 
 typedef struct _EvSidebarThumbnails EvSidebarThumbnails;
@@ -37,7 +35,7 @@ typedef struct _EvSidebarThumbnailsPrivate EvSidebarThumbnailsPrivate;
 #define EV_TYPE_SIDEBAR_THUMBNAILS             (ev_sidebar_thumbnails_get_type())
 #define EV_SIDEBAR_THUMBNAILS(object)          (G_TYPE_CHECK_INSTANCE_CAST((object), EV_TYPE_SIDEBAR_THUMBNAILS, EvSidebarThumbnails))
 #define EV_SIDEBAR_THUMBNAILS_CLASS(klass)     (G_TYPE_CHECK_CLASS_CAST((klass), EV_TYPE_SIDEBAR_THUMBNAILS, EvSidebarThumbnailsClass))
-#define EV_IS_SIDEBAR_THUMBNAILS(object)               (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_SIDEBAR_THUMBNAILS))
+#define EV_IS_SIDEBAR_THUMBNAILS(object)       (G_TYPE_CHECK_INSTANCE_TYPE((object), EV_TYPE_SIDEBAR_THUMBNAILS))
 #define EV_IS_SIDEBAR_THUMBNAILS_CLASS(klass)  (G_TYPE_CHECK_CLASS_TYPE((klass), EV_TYPE_SIDEBAR_THUMBNAILS))
 #define EV_SIDEBAR_THUMBNAILS_GET_CLASS(object)        (G_TYPE_INSTANCE_GET_CLASS((object), EV_TYPE_SIDEBAR_THUMBNAILS, EvSidebarThumbnailsClass))
 
@@ -51,10 +49,8 @@ struct _EvSidebarThumbnailsClass {
        GtkVBoxClass base_class;
 };
 
-GType      ev_sidebar_thumbnails_get_type     (void);
+GType      ev_sidebar_thumbnails_get_type     (void) G_GNUC_CONST;
 GtkWidget *ev_sidebar_thumbnails_new          (void);
-void       ev_sidebar_thumbnails_refresh      (EvSidebarThumbnails *sidebar_thumbnails,
-                                              int                  rotation);
 
 G_END_DECLS