[Vala] Should I disconnect all signals?

2012-11-08 Thread mar...@saepia.net
Hi all, short question: should I manually disconnect all signals that I've connected during object construction or will they be automatically disconnected during object finalization? What is correct pattern? Thank you, Marcin ___ vala-list mailing

[Vala] Examples in documentation

2012-11-08 Thread Gilzad Hamuni
Hi all, maybe it's already there and I missed to see it. Is it possible to have some account on an existing valadoc-page, so one could add code-examples online rather than working with the markup locally? Knowing that vala is still evolving, I'm facing one issue that probably could be solved

Re: [Vala] Examples in documentation

2012-11-08 Thread Brian Duffy
Amen, brother! The code examples in the php docs are extremely useful. I would love to have that capability. I could contribute quite a few snippets myself, from advice I have gotten from this list. Let's get this done. It looks like Florian Brosch is the maintaner of Valadoc.org. (*

Re: [Vala] Examples in documentation

2012-11-08 Thread Brian Duffy
It looks like the php doc comments section is moderated. When choosing to add a comment you are directed to a page http://www.php.net/manual/add-note.php?sect=function.copyredirect=http://www.php.net/manual/en/function.copy.php that discusses the rules. That makes sense, otherwise you would wind

Re: [Vala] Examples in documentation

2012-11-08 Thread Brian Duffy
Here we can see that community comments have been in the planning (since February). http://valajournal.blogspot.com/2012/02/valadoc-website-renewal.html I'm guessing it is this moderator issue that is holding things back. I wish I were qualified to be the moderator myself. On Thu, Nov 8, 2012

Re: [Vala] Examples in documentation

2012-11-08 Thread Brian Duffy
Looks like the mark up section is describing how comments might be added in the future. My own opinion is that this is overkill. We want to make it easy for people to leave comments. I would rather see something more like how php does it. Just allow plain text and then everything within some

Re: [Vala] Examples in documentation

2012-11-08 Thread Luca Bruno
Personally I don't like things to be moderated, I'd never contribute to a thing like that. Things like stackoverflow, wikipedia, gnome wiki co work because there's no moderation. At last one can have a login account to reduce spam (also openid if possible), and a report flag. Other than that, the

Re: [Vala] Examples in documentation

2012-11-08 Thread Brian Duffy
That sounds good to me. On Thu, Nov 8, 2012 at 1:19 PM, Luca Bruno lethalma...@gmail.com wrote: Personally I don't like things to be moderated, I'd never contribute to a thing like that. Things like stackoverflow, wikipedia, gnome wiki co work because there's no moderation. At last one can

Re: [Vala] Should be warning(maybe error) when method with [ReturnsModifiedPointer] is called from unowned variable

2012-11-08 Thread Tal Hadad
Yes, now I see it. I guess that it might be error specific to implementation of GLib.SList.No it's not. GLib implicated it as the way they see this, and Vala coordinate it with [ReturnsModifiedPointer]. I won't be able to help you :( (btw, I use Gee for lists/arrays etc).It's not a matter

Re: [Vala] Examples in documentation

2012-11-08 Thread Florian Brosch
Hey guys, I'm already working on a comment system: http://unstable.valadoc.org/ On Thu, Nov 8, 2012 at 1:43 PM, Gilzad Hamuni gil...@gmx.net wrote: Hi all, maybe it's already there and I missed to see it. Is it possible to have some account on an existing valadoc-page, so one could add

Re: [Vala] Examples in documentation

2012-11-08 Thread Brian Duffy
Very much looking forward to this feature! What do you think of Luca's suggestions? ETA? On Thu, Nov 8, 2012 at 8:33 PM, Florian Brosch flo.bro...@gmail.com wrote: Hey guys, I'm already working on a comment system: http://unstable.valadoc.org/ On Thu, Nov 8, 2012 at 1:43 PM, Gilzad