unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* G-Golf - how to access gtk APIS that take lists of arguments ending with null ptr
@ 2022-07-19 16:38 Andy Tai
  2022-07-19 17:48 ` David Pirotte
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2022-07-19 16:38 UTC (permalink / raw)
  To: guile-user

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-19 17:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-19 16:38 G-Golf - how to access gtk APIS that take lists of arguments ending with null ptr Andy Tai
2022-07-19 17:48 ` David Pirotte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).