Re: copy GVariant
- From: Povietkin Konstantin <povetkin k gmail com>
- To: Chris Vine <chris cvine freeserve co uk>
- Cc: Murray Cumming <murrayc murrayc com>, GTKMM-List <gtkmm-list gnome org>
- Subject: Re: copy GVariant
- Date: Tue, 08 Feb 2011 06:51:38 +0200
В Вто, 08/02/2011 в 02:34 +0000, Chris Vine пишет:
> On Mon, 07 Feb 2011 23:07:28 +0200
> Povietkin Konstantin <povetkin k gmail com> wrote:
> > I asked this question because i needed a c++ class that was using
> > GVariant c-object.
> > My solution is simple:
> >
> > GVariant * first;
> > GVariant * second;
> >
> > first = g_variant_new_string( "Тестовая строка" );
> >
> > second = g_variant_new_parsed( g_variant_print( first, TRUE ) );
>
> If you are programming in unwrapped glib, the normal thing would be to
> copy the pointer and increment the reference count.
>
> Chris
>
>
I need an object like Glib::GVariant and possibility to _copy_ data, not
only referencing.
--
"No Civilization = Freedom"
------------------------------------------------------------------------
Yes, I am a criminal. My crime is that of curiosity.
My crime is that of judging people by what they say and think, not what
they look like.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]