Hi, I dont really know if I should send this e-mail to that address but
I do need help!! that Im trying to print a report that comes from an
application built in GtkHTML which has a bug that makes printing not to
be like they are showed in the application. I found some code but it
doesnt work wi
Hi, I dont really know if I should send this e-mail to that address but
I do need help!! that Im trying to print a report that comes from an
application built in GtkHTML which has a bug that makes printing not to
be like they are showed in the application. I found some code but it
doesnt work wi
Hello,
when I enable a Widget to receive Drops using drag_dest_set with target
entries STRING, text/plain, text/html, application/x-rootwin-drop (just
copied them from an example) I can copy & paste text snippets into my
widget, from the same Widget and from others and receive them using the
signa
Luka Napotnik wrote:
Hello.
I have a D-BUS listener with a GObject method which should send a string
back to D-BUS. My d-bus listener method is:
gboolean
some_object_get_name(GObject *object, gchar *str, GError **error)
{
str = g_strdup("Hello");
return TRUE;
}
But when the cli