On Tue, Sep 7, 2010 at 9:02 AM, cee1 wrote:
> Hi all,
> Glib has GMainLoop for asynchronous programming and GThread & GThreadPool
> for concurrent programming. To combine the advantages of them two, users
> need to take care of threads themselves in sources' callbacks. This
> introduces some kind
On Wed, Sep 8, 2010 at 1:29 AM, Andreas Nilsson wrote:
> On 09/07/2010 04:18 PM, Martyn Russell wrote:
>>
>> On 09/08/10 22:54, Devin Samarin wrote:
>>>
>>> I posted this on Bugzilla
>>> (https://bugzilla.gnome.org/show_bug.cgi?id=626380)
>>> and I was recommended by Martyn to post the details he
On Wed, Sep 8, 2010 at 7:10 AM, Christian Dywan
>
> So a possible idea would be to turn GtkEditable into a clipboard
> interface, where entry specific features are removed.
Which features do you consider entry-specific ? As far as I'm
concerned, the editable interface could just be implemented by
Am Tue, 7 Sep 2010 20:54:43 -0400
schrieb Matthias Clasen :
> > 3) Cleanup of useless classes
> > With the removal of the deprecated widgets, we now have objects in
> > the widget hierarchy that make no real sense anymore (i.e. GtkItem
> > or GtkEditable). Should they be removed? Should they be ke
On 09/07/2010 04:18 PM, Martyn Russell wrote:
On 09/08/10 22:54, Devin Samarin wrote:
I posted this on Bugzilla
(https://bugzilla.gnome.org/show_bug.cgi?id=626380)
and I was recommended by Martyn to post the details here.
Hi Devin,
I know there isn't much activity on the review here any mor