Top | ![]() |
![]() |
![]() |
![]() |
GalViewInstance * | gal_view_instance_new () |
GalViewInstance * | gal_view_instance_construct () |
gchar * | gal_view_instance_get_current_view_id () |
void | gal_view_instance_set_current_view_id () |
GalView * | gal_view_instance_get_current_view () |
void | gal_view_instance_set_custom_view () |
gboolean | gal_view_instance_exists () |
void | gal_view_instance_save_as () |
void | gal_view_instance_load () |
const gchar * | gal_view_instance_get_default_view () |
void | gal_view_instance_set_default_view () |
GalViewInstance * gal_view_instance_new (GalViewCollection *collection
,const gchar *instance_id
);
gal_view_instance_new
is deprecated and should not be used in newly-written code.
Create a new GalViewInstance
.
GalViewInstance * gal_view_instance_construct (GalViewInstance *instance
,GalViewCollection *collection
,const gchar *instance_id
);
gal_view_instance_construct
is deprecated and should not be used in newly-written code.
gchar *
gal_view_instance_get_current_view_id (GalViewInstance *instance
);
gal_view_instance_get_current_view_id
is deprecated and should not be used in newly-written code.
void gal_view_instance_set_current_view_id (GalViewInstance *instance
,const gchar *view_id
);
gal_view_instance_set_current_view_id
is deprecated and should not be used in newly-written code.
GalView *
gal_view_instance_get_current_view (GalViewInstance *instance
);
gal_view_instance_get_current_view
is deprecated and should not be used in newly-written code.
void gal_view_instance_set_custom_view (GalViewInstance *instance
,GalView *view
);
gal_view_instance_set_custom_view
is deprecated and should not be used in newly-written code.
gboolean
gal_view_instance_exists (GalViewInstance *instance
);
gal_view_instance_exists
is deprecated and should not be used in newly-written code.
void
gal_view_instance_save_as (GalViewInstance *instance
);
gal_view_instance_save_as
is deprecated and should not be used in newly-written code.
void
gal_view_instance_load (GalViewInstance *instance
);
gal_view_instance_load
is deprecated and should not be used in newly-written code.
const gchar *
gal_view_instance_get_default_view (GalViewInstance *instance
);
gal_view_instance_get_default_view
is deprecated and should not be used in newly-written code.