diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-27 16:14:58 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:16 +0100 |
commit | 5c73e8d200a16a3f83be475705f61c6e11bec491 (patch) | |
tree | 5f6ab2e6534e4d7bd621d3c1826b121f3b1894c0 /src/mm-properties-changed-signal.h | |
parent | 17ef0777976b3897972fcc14e5efc09d6bc60b55 (diff) |
build: remove obsolete files
This will very likely create lots of conflicts until the branch gets merged
into master, but anyway...
Diffstat (limited to 'src/mm-properties-changed-signal.h')
-rw-r--r-- | src/mm-properties-changed-signal.h | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/src/mm-properties-changed-signal.h b/src/mm-properties-changed-signal.h deleted file mode 100644 index a6d0f3ee..00000000 --- a/src/mm-properties-changed-signal.h +++ /dev/null @@ -1,40 +0,0 @@ -/* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details: - * - * Copyright (C) 2007 - 2008 Novell, Inc. - * Copyright (C) 2008 - 2010 Red Hat, Inc. - */ - -#ifndef _MM_PROPERTIES_CHANGED_SIGNAL_H_ -#define _MM_PROPERTIES_CHANGED_SIGNAL_H_ - -#include <glib-object.h> - -#define MM_TYPE_PROPERTIES_CHANGED (mm_properties_changed_get_type ()) -#define MM_PROPERTIES_CHANGED(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), MM_TYPE_PROPERTIES_CHANGED, MMPropertiesChanged)) -#define MM_IS_PROPERTIES_CHANGED(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), MM_TYPE_PROPERTIES_CHANGED)) -#define MM_PROPERTIES_CHANGED_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), MM_TYPE_PROPERTIES_CHANGED, MMPropertiesChanged)) - -typedef struct { - GTypeInterface g_iface; -} MMPropertiesChanged; - -GType mm_properties_changed_get_type (void); - -void mm_properties_changed_signal_enable (GObjectClass *object_class); - -void mm_properties_changed_signal_register_property (GObject *object, - const char *gobject_property, - const char *real_property, - const char *interface); - -#endif /* _MM_PROPERTIES_CHANGED_SIGNAL_H_ */ |