/dports/databases/libgdamm5/libgdamm-4.99.11/libgda/src/ |
H A D | connection.hg | 187 //according to the documentation for gda_connection_get_events(), 192 _WRAP_METHOD(std::vector< Glib::RefPtr<ConnectionEvent> > get_events(), gda_connection_get_events) 193 …D(std::vector< Glib::RefPtr<const ConnectionEvent> > get_events() const, gda_connection_get_events)
|
H A D | libgda_methods.defs | 2001 (c-name "gda_connection_get_events")
|
/dports/databases/libgda5/libgda-5.2.10/libgda/ |
H A D | gda-connection.h | 335 const GList *gda_connection_get_events (GdaConnection *cnc);
|
H A D | libgda.symbols | 132 gda_connection_get_events
|
H A D | gda-connection.c | 1655 events = gda_connection_get_events (cnc); in gda_connection_open() 2627 for (list = gda_connection_get_events (cnc); list; list = list->next) { in dump_events_array() 5900 gda_connection_get_events (GdaConnection *cnc) in gda_connection_get_events() function
|
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/ |
H A D | gda-connection.h | 335 const GList *gda_connection_get_events (GdaConnection *cnc);
|
H A D | libgda.symbols | 132 gda_connection_get_events
|
H A D | gda-connection.c | 1655 events = gda_connection_get_events (cnc); in gda_connection_open() 2627 for (list = gda_connection_get_events (cnc); list; list = list->next) { in dump_events_array() 5900 gda_connection_get_events (GdaConnection *cnc) in gda_connection_get_events() function
|
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/ |
H A D | gda-connection.h | 335 const GList *gda_connection_get_events (GdaConnection *cnc);
|
H A D | libgda.symbols | 132 gda_connection_get_events
|
H A D | gda-connection.c | 1655 events = gda_connection_get_events (cnc); in gda_connection_open() 2627 for (list = gda_connection_get_events (cnc); list; list = list->next) { in dump_events_array() 5900 gda_connection_get_events (GdaConnection *cnc) in gda_connection_get_events() function
|
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/ |
H A D | gda-connection.h | 335 const GList *gda_connection_get_events (GdaConnection *cnc);
|
H A D | libgda.symbols | 132 gda_connection_get_events
|
H A D | gda-connection.c | 1655 events = gda_connection_get_events (cnc); in gda_connection_open() 2627 for (list = gda_connection_get_events (cnc); list; list = list->next) { in dump_events_array() 5900 gda_connection_get_events (GdaConnection *cnc) in gda_connection_get_events() function
|
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/ |
H A D | gda-connection.h | 335 const GList *gda_connection_get_events (GdaConnection *cnc);
|
H A D | libgda.symbols | 132 gda_connection_get_events
|
H A D | gda-connection.c | 1655 events = gda_connection_get_events (cnc); in gda_connection_open() 2627 for (list = gda_connection_get_events (cnc); list; list = list->next) { in dump_events_array() 5900 gda_connection_get_events (GdaConnection *cnc) in gda_connection_get_events() function
|
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/ |
H A D | gda-connection.h | 335 const GList *gda_connection_get_events (GdaConnection *cnc);
|
H A D | libgda.symbols | 132 gda_connection_get_events
|
H A D | gda-connection.c | 1655 events = gda_connection_get_events (cnc); in gda_connection_open() 2627 for (list = gda_connection_get_events (cnc); list; list = list->next) { in dump_events_array() 5900 gda_connection_get_events (GdaConnection *cnc) in gda_connection_get_events() function
|
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/ |
H A D | gda-connection.h | 335 const GList *gda_connection_get_events (GdaConnection *cnc);
|
H A D | libgda.symbols | 132 gda_connection_get_events
|
H A D | gda-connection.c | 1655 events = gda_connection_get_events (cnc); 2627 for (list = gda_connection_get_events (cnc); list; list = list->next) { 5900 gda_connection_get_events (GdaConnection *cnc)
|
/dports/databases/libgdamm5/libgdamm-4.99.11/libgda/libgdamm/ |
H A D | connection.cc | 1044 …b::RefPtr<ConnectionEvent> >::list_to_vector(const_cast<GList*>(gda_connection_get_events(gobj()))… 1049 …Ptr<const ConnectionEvent> >::list_to_vector(const_cast<GList*>(gda_connection_get_events(const_ca…
|