From ca3a90317f7fd06cd5fbd96aca1a30555ce7d785 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 10 Jun 2008 12:28:22 +0200 Subject: [PATCH] Add the base attributes defines. --- src/mm-base-attributes.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/mm-base-attributes.h diff --git a/src/mm-base-attributes.h b/src/mm-base-attributes.h new file mode 100644 index 0000000..7d7f228 --- /dev/null +++ b/src/mm-base-attributes.h @@ -0,0 +1,29 @@ +/* MManager - a Desktop wide manager for multimedia applications. + * + * Copyright (C) 2008 Cosimo Cecchi + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library 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 + * 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. + */ + +#ifndef __MM_BASE_ATTRIBUTES_H__ +#define __MM_BASE_ATTRIBUTES_H__ + +/* base attributes */ + +#define MM_ATTRIBUTE_BASE_URI "base::uri" +#define MM_ATTRIBUTE_BASE_NAME "base::name" + +#endif /* __MM_BASE_ATTRIBUTES_H__ -- 2.11.4.GIT