Re: Using GSocket in a GTK application

2011-02-22 Thread Nader Morshed
of GBufferedInputStream/GDataInputStream. -- Nader Morshed ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: File copying

2011-02-07 Thread Nader Morshed
On Mon, 7 Feb 2011 07:58:57 + John Emmas wrote: > > On 6 Feb 2011, at 19:05, Nader Morshed wrote: > > Thanks Nader. Is this the document you mean:- > > http://library.gnome.org/devel//gio/2.26/GFileInfo.html Yep, or in particular: http://library.gnome.org/devel/gio/2

Re: File copying

2011-02-06 Thread Nader Morshed
out any > similar closing or flushing operations for the new time and > attributes. Should I have done something to actually write the > changed details to disk? > > John > ___ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Nader Morshed ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: File copying

2011-02-04 Thread Nader Morshed
t; gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Nader Morshed ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Application path

2011-01-17 Thread Nader Morshed
/my_app/my_app" under Linux, or "C: > \Program Files\my_app\my_app.exe" under Windows? > > John > ___ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-dev

Re: newbie question about g_object unref()

2010-11-18 Thread Nader Morshed
to NULL when it frees > the allocated memory. Have I got something wrong here? Do I have to do > it explicitly? > > Thanks, James Bridge > ___ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mail

Re: GTK/GDK equivalent to UpdateWindow() ?

2010-07-04 Thread Nader Morshed
list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Nader Morshed ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: DGSEAL_ENABLE: replace direct addressing in statusbar

2010-07-03 Thread Nader Morshed
so: #if GLIB_CHECK_VERSION(3, 0, 0) // new code which gets the box's child #else // old code you pasted in the mail #endif On Sun, 04 Jul 2010 06:57:48 +0100 Carlos Pereira wrote: > On 07/04/10 06:17, Nader Morshed wrote: > > statusbar = gtk_statusbar_

Re: DGSEAL_ENABLE: replace direct addressing in statusbar

2010-07-03 Thread Nader Morshed
, 0.5); > > Cheers, > Carlos > ___ > gtk-app-devel-list mailing list > gtk-app-devel-list@gnome.org > http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list -- Nader Morshed ___ gtk-app-devel-l

Destroying an object that uses GCancellable

2010-06-17 Thread Nader Morshed
he main loop through checking for and dispatching events within the finalize function in order to have the read's _async part complete, but both seem like sub-optimal solutions, so I was wondering if anyone on the list could lend their input on this m

Re: GLib Kill Process

2010-05-03 Thread Nader Morshed
As a note, using the built-in Windows function "TerminateProcess" ( http://msdn.microsoft.com/en-us/library/ms686714(VS.85).aspx ) fails with the error: "The handle is invalid", I don't have access to a POSIX environment to test kill() on though On Mon, 3 May 2010 14:

GLib Kill Process

2010-05-03 Thread Nader Morshed
Is there any way to kill a process in GLib, using the pid given by g_spawn_async()? I guess a fallback could be to use the GPid with the kill() function provided by signal.h, but that specific function has not yet been implemented on Windows through mingw :( -- Nader Morshed

GCancellable Error Code

2010-04-12 Thread Nader Morshed
fied of an error if it was not themselves who triggered it through a disconnect button: if ((connection = g_socket_client_connect_to_host_finish(G_SOCKET_CLIENT(client), res, &err)) == NULL) { if (err->code != G_ERROR_CANCELED) //Tell user }

Re: gthreads and file operations

2010-04-12 Thread Nader Morshed
> > -- > regards, > Nischal E Rao > blogs.sun.com/nischal > > Join RVCE OSUM at http://osum.sun.com/group/rvceosum -- Nader Morshed ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: GTK 2.20 for Windows

2010-04-11 Thread Nader Morshed
" fields, > that only makes the bug reporter seem obnoxious ("my bugs are the most > important ones"), those fields are cheerfully ignored by most > maintainers I think, or at least by me.) Sounds good, it looks like the bug tracker is already pr

Re: GTK 2.20 for Windows

2010-04-10 Thread Nader Morshed
erest in one of the platforms. Would filing tickets of the issues that arise generate a response? Or is the project needing an active developer to sort out the issues that have already arisen? (Not volunteering myself with that, though, since I don't have much experience/liking for native windows

GTK 2.20 for Windows

2010-04-10 Thread Nader Morshed
f I should bundle it with my project, through modifying the gtk-win project's NSIS file, or if there are issues that still need to be worked out. -- Nader Morshed ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gn