diff options
Diffstat (limited to 'gypsy/gypsy-accuracy.c')
-rw-r--r-- | gypsy/gypsy-accuracy.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gypsy/gypsy-accuracy.c b/gypsy/gypsy-accuracy.c index 5aa829f..da7b579 100644 --- a/gypsy/gypsy-accuracy.c +++ b/gypsy/gypsy-accuracy.c @@ -7,6 +7,20 @@ * * Author: Iain Holmes <iain@gnome.org>, Ross Burton <ross@openedhand.com> * Copyright (C) 2007 + * + * This program 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 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 Lesser General Public License for more + * details. + * + * You should have received a copy of the GNU Lesser 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. */ /** @@ -154,6 +168,7 @@ get_property (GObject *object, priv = GET_PRIVATE (object); switch (prop_id) { case PROP_PATH: + g_value_set_string (value, priv->object_path); break; default: |