comp.lang.ada
 help / color / mirror / Atom feed
* Declaring GLADE signals with G_MODULE_EXPORT
@ 2016-03-31  9:23 George J
  0 siblings, 0 replies; 2+ messages in thread
From: George J @ 2016-03-31  9:23 UTC (permalink / raw)


Hi all! I've got a problem with connecting signals with Builder.Connect_Signals. It's said in description that "...When compiling applications for Windows, you must declare callbacks with G_MODULE_EXPORT...". So my question is "how to do this?" and what does it mean? 
For example how I can link this way procedure like 
--------------------------------------------------------- ;
procedure Test(Self:Gtk_Some_Object) is 
begin 
   null; 
end Test; 
--------------------------------------------------------- ;
- hide quoted text -
I couldn't find any example for Ada with this declaration, and really can't understand, how I can do it. Thanks.


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

* Declaring GLADE signals with G_MODULE_EXPORT
@ 2016-03-31  9:24 George J
  0 siblings, 0 replies; 2+ messages in thread
From: George J @ 2016-03-31  9:24 UTC (permalink / raw)


Hi all! I've got a problem with connecting signals with Builder.Connect_Signals. It's said in description that "...When compiling applications for Windows, you must declare callbacks with G_MODULE_EXPORT...". So my question is "how to do this?" and what does it mean? 
For example how I can link this way procedure like 
--------------------------------------------------------- ; 
procedure Test(Self:Gtk_Some_Object) is 
begin 
   null; 
end Test; 
-----------------------------------------------------------;

I couldn't find any example for Ada with this declaration, and really can't understand, how I can do it. Thanks.

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

end of thread, other threads:[~2016-03-31  9:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-31  9:23 Declaring GLADE signals with G_MODULE_EXPORT George J
  -- strict thread matches above, loose matches on Subject: below --
2016-03-31  9:24 George J

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox