1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
#include <browser-core.h>
#include <browser-connection.h>
#include <common/favorites-actions.h>
#include <browser-window.h>
#include <browser-page.h>
#include <gdaui-bar.h>
#include <libgda-ui/internal/popup-container.h>
#include <data-manager/data-manager-perspective.h>
#include <schema-browser/schema-browser-perspective.h>
#include <query-exec/query-exec-perspective.h>
#include <common/ui-formgrid.h>
#include <mgr-favorites.h>
browser_core_get_type
browser_connection_get_type
gda_tools_favorites_get_type
browser_window_get_type
browser_perspective_get_type
browser_page_get_type
gdaui_bar_get_type
popup_container_get_type
data_manager_perspective_get_type
schema_browser_perspective_get_type
query_exec_perspective_get_type
ui_formgrid_get_type
mgr_favorites_get_type
|