gtkdoc-scan make interfaces public

2016-06-01 Thread Joël Krähemann
gsequencer Bests, Joël Krähemann ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Functional programming with GLib

2017-08-07 Thread Joël Krähemann
Hi Why not doing a different approach? Provide serialization to your list and pass it to AgsFunction? I would love to see something alike in GSequencer. Thus I did a boxed type AgsComplex. The mention object above shall be able to solve mathematical equations. Note I is not implemented for now.

Re: Catalog of GObject-specific design patterns?

2017-08-10 Thread Joël Krähemann
Hi Sébastien, I use some patterns like: http://git.savannah.nongnu.org/cgit/gsequencer.git/tree/ags/audio/ags_recall_factory.h http://git.savannah.nongnu.org/cgit/gsequencer.git/tree/ags/plugin/ags_lv2_manager.h ... Or having an application context: http://git.savannah.nongnu.org/cgit/gsequence

Re: Catalog of GObject-specific design patterns?

2017-08-13 Thread Joël Krähemann
. In general you can add, remove and lookup objects of it. It is really common to use hashmaps in its implementation. Bests, Joël On Sun, Aug 13, 2017 at 12:33 PM, Sébastien Wilmet wrote: > On Thu, Aug 10, 2017 at 02:39:12PM +0200, Joël Krähemann wrote: >> I use some patterns like: &