]> www.fi.muni.cz Git - evince.git/blobdiff - libdocument/ev-document-layers.c
[libdocument] Fix borken ev_tmp_filename_unlink()
[evince.git] / libdocument / ev-document-layers.c
index f203565ea47a040520601a0f24e0ba295b091edc..209bd121b307180082962ab73bb0a70614ca1c97 100644 (file)
  *
  * 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 "config.h"
 
 #include "ev-document-layers.h"
+#include "ev-document.h"
 
-GType
-ev_document_layers_get_type (void)
-{
-       static GType type = 0;
-
-       if (G_UNLIKELY (type == 0)) {
-               const GTypeInfo our_info = {
-                       sizeof (EvDocumentLayersIface),
-                       NULL,
-                       NULL,
-               };
+EV_DEFINE_INTERFACE (EvDocumentLayers, ev_document_layers, 0)
 
-               type = g_type_register_static (G_TYPE_INTERFACE,
-                                              "EvDocumentLayers",
-                                              &our_info, (GTypeFlags)0);
-       }
-
-       return type;
+static void
+ev_document_layers_class_init (EvDocumentLayersIface *klass)
+{
 }
 
 gboolean