#gobject 搜尋結果

After 7 weeks of furious effort on the back end, this #GnuGuile #GNOME #GObject program ran without crashing.

MikeSpike3's tweet image. After 7 weeks of furious effort on the back end, this #GnuGuile #GNOME #GObject program ran without crashing.

Could one extend GKeyFile to hold a private ·origin· enum field via GType? stackoverflow.com/questions/6551… #private #gobject #userdata #glib #c

overflow_meme's tweet image. Could one extend GKeyFile to hold a private ·origin· enum field via GType? stackoverflow.com/questions/6551… #private #gobject #userdata #glib #c

Will implement Scarlett's module state checks in a similar manner. #threading #keepalive #gobject #timeout_add

scarlettapp's tweet image. Will implement Scarlett's module state checks in a similar manner. #threading #keepalive #gobject #timeout_add

Advanced Gtk+ Sequencer v3.2.2 available - more getter and setter functions #GObject #introspection #API nongnu.org/gsequencer/

gsequencer's tweet image. Advanced Gtk+ Sequencer v3.2.2 available - more getter and setter functions #GObject #introspection #API

nongnu.org/gsequencer/

How to run asynchronous tasks in #Python GObject Introspection apps: askubuntu.com/questions/1428… #gobject #threading

scarlettapp's tweet image. How to run asynchronous tasks in #Python GObject Introspection apps: askubuntu.com/questions/1428… #gobject #threading

こういうのがあるのかなるほど / “GObject Reference Manual” htn.to/mJRbEU #gobject


A gentle introduction to #gobject construction bit.ly/xyoTID


Any good #GObject and/or #GTK+ book out there? #gnome


Czy tylko mi się wydaje, że pisanie aplikacji #GTK/#GObject w C jest skomplikowane?


Is there any #geouri #glib/#gobject based library? Before I start writing my own tomorrow… #osm #geo


New version of #GOB is available: http://www.5z.com/jirka/gob.html #gobject #glib #gtk


#PyGObject, #PyGTK & #GObject-Introspection current & future status (thanks to John J5 Palmieri): http://goo.gl/aW2Ur #Python #Gnome


For all that bitching between #C and #Java folks, Java's class system and #GObject in C have a lot in common -- more than GObject and #Cpp.


🔧 Discover #Vala — a language with C#-like syntax designed for the #GNOME ecosystem! It compiles to C and integrates smoothly with #GObject. If you're building fast, lightweight Linux apps, give it a try 👨‍💻🚀 #Programming #Linux #OpenSource @TradeVALA


PyGI now in Debian and Ubuntu: http://is.gd/cG02n #gobject #gnome #gtk+ #python


filetea.me , the new service to share files anonymously across the Internet without intermediate storage. It's based on #gobject and #agpl.


🔧 Discover #Vala — a language with C#-like syntax designed for the #GNOME ecosystem! It compiles to C and integrates smoothly with #GObject. If you're building fast, lightweight Linux apps, give it a try 👨‍💻🚀 #Programming #Linux #OpenSource @TradeVALA


When you import gi, you are essentially initializing the GObject Introspection environment for your Python session. This initialization is necessary for Python to be able to access and interact with GObject-based libraries like GLib (which contains Gio). #Python #GObject #Gio


GtkBox *parent_instance; This asterisk cost me 2 hours of debugging.🤬 #C #GObject


#GLib/#GObject tip After writing into the private structure, if you get a "assertion 'g_atomic_int_get (arc) > 0' failed", a corrupted GObject::ref_count or other members corruption. You may have forget G_DEFINE_TYPE_WITH_PRIVATE.

DevilishSpirits's tweet image. #GLib/#GObject tip
After writing into the private structure, if you get a "assertion 'g_atomic_int_get (arc) > 0' failed", a corrupted GObject::ref_count or other members corruption.
You may have forget G_DEFINE_TYPE_WITH_PRIVATE.

Could one extend GKeyFile to hold a private ·origin· enum field via GType? stackoverflow.com/questions/6551… #private #gobject #userdata #glib #c

overflow_meme's tweet image. Could one extend GKeyFile to hold a private ·origin· enum field via GType? stackoverflow.com/questions/6551… #private #gobject #userdata #glib #c

I think is a very good idea to use #GObject based classes and interfaces, but the power of @vala_lang is provide reference counting to C structs that can be boxed as #GValue without any extra effort


One of the most powerful tool in #GObject in @vala_lang are interfaces. I love to create an interface to have the opportunity to implement different backends while keeps code 'compatible' with current user or unit tests


@vala_lang and business! Great. I have a commercial software written in Vala, the most productive language for #GLib, #GObject, @GTKtoolkit and #OOPonC when used without #GLib

Company idea: A group of programmers for contract to update/modernise old code bases. For example, updating old POS software to a modern language like modern C/C++, C# or Vala for a contracted price. PM me for my address so you can send me my cheque.



Advanced Gtk+ Sequencer v3.2.2 available - more getter and setter functions #GObject #introspection #API nongnu.org/gsequencer/

gsequencer's tweet image. Advanced Gtk+ Sequencer v3.2.2 available - more getter and setter functions #GObject #introspection #API

nongnu.org/gsequencer/

New release v0.3.0 of guile-gi, #gobject introspection library for #gnuguile #guilelang to provide #gtk #webkit GitHub.com/spk121/guile-gi


But if you want to hold a collection of child elements of the same base type, but different #GObject type, then now you can use GXml.ParentCollection interface implemented by existing collections, set the types supported, and now your objects will be created on the fly


#GXml can be used to map XML DOM Element nodes to a #GObject class; if the object has a set of DOM Element children of the same type, you can use a #GXmlCollection to get access to them using a list or a hash table


Extending xrdesktop with scripting is something technically feasable through #gobject introspection and a plugin system like #libpeas, where we could provide a #python or #javascript API. Not there yet but I thought about the idea.


After 7 weeks of furious effort on the back end, this #GnuGuile #GNOME #GObject program ran without crashing.

MikeSpike3's tweet image. After 7 weeks of furious effort on the back end, this #GnuGuile #GNOME #GObject program ran without crashing.

Could one extend GKeyFile to hold a private ·origin· enum field via GType? stackoverflow.com/questions/6551… #private #gobject #userdata #glib #c

overflow_meme's tweet image. Could one extend GKeyFile to hold a private ·origin· enum field via GType? stackoverflow.com/questions/6551… #private #gobject #userdata #glib #c

Will implement Scarlett's module state checks in a similar manner. #threading #keepalive #gobject #timeout_add

scarlettapp's tweet image. Will implement Scarlett's module state checks in a similar manner. #threading #keepalive #gobject #timeout_add

Advanced Gtk+ Sequencer v3.2.2 available - more getter and setter functions #GObject #introspection #API nongnu.org/gsequencer/

gsequencer's tweet image. Advanced Gtk+ Sequencer v3.2.2 available - more getter and setter functions #GObject #introspection #API

nongnu.org/gsequencer/

#GLib/#GObject tip After writing into the private structure, if you get a "assertion 'g_atomic_int_get (arc) > 0' failed", a corrupted GObject::ref_count or other members corruption. You may have forget G_DEFINE_TYPE_WITH_PRIVATE.

DevilishSpirits's tweet image. #GLib/#GObject tip
After writing into the private structure, if you get a "assertion 'g_atomic_int_get (arc) > 0' failed", a corrupted GObject::ref_count or other members corruption.
You may have forget G_DEFINE_TYPE_WITH_PRIVATE.

How to run asynchronous tasks in #Python GObject Introspection apps: askubuntu.com/questions/1428… #gobject #threading

scarlettapp's tweet image. How to run asynchronous tasks in #Python GObject Introspection apps: askubuntu.com/questions/1428… #gobject #threading

Loading...

Something went wrong.


Something went wrong.


United States Trends