X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgnativevolumemonitor.c;h=163c5aed9f49a84a5067091edff0cb4ed08f2ff6;hb=2a53b4d0e2c98a14aedf31e38f0ad1fb2e8fe26f;hp=71c0c5a1fdf8d9f8f4557a4c38b147e771ab8a2d;hpb=45a1c41e8cfdeb4edeb7a671b95e599a49c6c281;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gnativevolumemonitor.c b/gio/gnativevolumemonitor.c index 71c0c5a..163c5ae 100644 --- a/gio/gnativevolumemonitor.c +++ b/gio/gnativevolumemonitor.c @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: Alexander Larsson */ @@ -27,7 +25,6 @@ #include #include "gnativevolumemonitor.h" -#include "gioalias.h" G_DEFINE_ABSTRACT_TYPE (GNativeVolumeMonitor, g_native_volume_monitor, G_TYPE_VOLUME_MONITOR); @@ -51,6 +48,3 @@ static void g_native_volume_monitor_init (GNativeVolumeMonitor *native_monitor) { } - -#define __G_NATIVE_VOLUME_MONITOR_C__ -#include "gioaliasdef.c"