X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgsettings-mapping.h;h=c7c3d82ee12ee2d26dc3516361937166a085e8e7;hb=cea9de93c8838099661f5b54462f9c4b6410bfc9;hp=18ce3183e334315418828fd0e5bd02117861c99e;hpb=63adeda0861a26b38ec0adc76255666554c18951;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gsettings-mapping.h b/gio/gsettings-mapping.h index 18ce318..c7c3d82 100644 --- a/gio/gsettings-mapping.h +++ b/gio/gsettings-mapping.h @@ -12,9 +12,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. + * License along with this library; if not, see . * * Author: Vincent Untz */ @@ -24,15 +22,12 @@ #include -G_GNUC_INTERNAL GVariant * g_settings_set_mapping (const GValue *value, const GVariantType *expected_type, gpointer user_data); -G_GNUC_INTERNAL gboolean g_settings_get_mapping (GValue *value, GVariant *variant, gpointer user_data); -G_GNUC_INTERNAL gboolean g_settings_mapping_is_compatible (GType gvalue_type, const GVariantType *variant_type);