guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

G-Golf - how to access gtk APIS that take lists of arguments ending with


From: Andy Tai
Subject: G-Golf - how to access gtk APIS that take lists of arguments ending with null ptr
Date: Tue, 19 Jul 2022 09:38:53 -0700

How to call gtk APIs such as

(gtk+ 3)

gint
gtk_tree_view_insert_column_with_attributes
                               (GtkTreeView *tree_view,
                                gint position,
                                const gchar *title,
                                GtkCellRenderer *cell,
                                ...);

with arguments as list of attributes to end with a NULL?

I tried to find this function name and it is not found at guile level
after GI import.

Thanks for info



reply via email to

[Prev in Thread] Current Thread [Next in Thread]