X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2Fev-document-thumbnails.c;h=95384df80e30180c5714c38410a61a1b5036b068;hb=b329a61d561198cd405721372580d05476c2240a;hp=2e73af6201b24bfae7f4f9db9786bfcb908b862c;hpb=1af6600934d1f723e5b492b8322e52a1144fb0af;p=evince.git diff --git a/libdocument/ev-document-thumbnails.c b/libdocument/ev-document-thumbnails.c index 2e73af62..95384df8 100644 --- a/libdocument/ev-document-thumbnails.c +++ b/libdocument/ev-document-thumbnails.c @@ -14,33 +14,19 @@ * * 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. * */ #include #include "ev-document-thumbnails.h" +#include "ev-document.h" -GType -ev_document_thumbnails_get_type (void) -{ - static GType type = 0; - - if (G_UNLIKELY (type == 0)) - { - const GTypeInfo our_info = - { - sizeof (EvDocumentThumbnailsIface), - NULL, - NULL, - }; +EV_DEFINE_INTERFACE (EvDocumentThumbnails, ev_document_thumbnails, 0) - type = g_type_register_static (G_TYPE_INTERFACE, - "EvDocumentThumbnails", - &our_info, (GTypeFlags)0); - } - - return type; +static void +ev_document_thumbnails_class_init (EvDocumentThumbnailsIface *klass) +{ } GdkPixbuf *