Re: copy GVariant



В Вто, 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]