Blame plugins/housekeeping/gsd-gpu-mem.h

Packit Service 59cbda
/*
Packit Service 59cbda
 * Copyright (C) 2017  Red Hat, Inc.
Packit Service 59cbda
 *
Packit Service 59cbda
 * This program is free software; you can redistribute it and/or modify
Packit Service 59cbda
 * it under the terms of the GNU General Public License as published by
Packit Service 59cbda
 * the Free Software Foundation; either version 2 of the License, or
Packit Service 59cbda
 * (at your option) any later version.
Packit Service 59cbda
 *
Packit Service 59cbda
 * This program is distributed in the hope that it will be useful,
Packit Service 59cbda
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service 59cbda
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Service 59cbda
 * GNU General Public License for more details.
Packit Service 59cbda
 *
Packit Service 59cbda
 * You should have received a copy of the GNU General Public License
Packit Service 59cbda
 * along with this program; if not, write to the Free Software
Packit Service 59cbda
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
Packit Service 59cbda
 *
Packit Service 59cbda
 */
Packit Service 59cbda
Packit Service 59cbda
#ifndef _GSD_GPU_MEM_H
Packit Service 59cbda
#define _GSD_GPU_MEM_H
Packit Service 59cbda
Packit Service 59cbda
#include <glib-object.h>
Packit Service 59cbda
Packit Service 59cbda
G_BEGIN_DECLS
Packit Service 59cbda
Packit Service 59cbda
#define GSD_TYPE_GPU_MEM (gsd_gpu_mem_get_type ())
Packit Service 59cbda
G_DECLARE_FINAL_TYPE (GsdGpuMem, gsd_gpu_mem,
Packit Service 59cbda
                      GSD, GPU_MEM, GObject)
Packit Service 59cbda
Packit Service 59cbda
G_END_DECLS
Packit Service 59cbda
Packit Service 59cbda
#endif /* _GSD_GPU_MEM_H */