summaryrefslogtreecommitdiff
path: root/endless/eoswindow.h
diff options
context:
space:
mode:
authorDan Nicholson <nicholson@endlessm.com>2014-08-21 18:44:34 -0700
committerDan Nicholson <nicholson@endlessm.com>2014-08-21 18:44:34 -0700
commit764a2b99a38c6c3a504771194e4883a2c041ed16 (patch)
tree09b05621cfc9e660978fac372ca04143c68333ca /endless/eoswindow.h
parente94358f195633cba1b50f30884b91cc1fa8766da (diff)
parent160720dd2ce245787fdf642d1ba1774036e841f0 (diff)
Merge pull request #1491 from endlessm/sdk/418
Introduce versioning macros
Diffstat (limited to 'endless/eoswindow.h')
-rw-r--r--endless/eoswindow.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/endless/eoswindow.h b/endless/eoswindow.h
index af39160..14ff399 100644
--- a/endless/eoswindow.h
+++ b/endless/eoswindow.h
@@ -58,48 +58,48 @@ struct _EosWindowClass
gpointer _padding[8];
};
-EOS_SDK_ALL_API_VERSIONS
+EOS_SDK_AVAILABLE_IN_0_0
GType eos_window_get_type (void) G_GNUC_CONST;
-EOS_SDK_ALL_API_VERSIONS
+EOS_SDK_AVAILABLE_IN_0_0
GtkWidget *eos_window_new (EosApplication *application);
-EOS_SDK_ALL_API_VERSIONS
+EOS_SDK_AVAILABLE_IN_0_0
EosPageManager *eos_window_get_page_manager (EosWindow *self);
-EOS_SDK_ALL_API_VERSIONS
+EOS_SDK_AVAILABLE_IN_0_0
void eos_window_set_page_manager (EosWindow *self,
EosPageManager *page_manager);
-EOS_SDK_ALL_API_VERSIONS
+EOS_SDK_AVAILABLE_IN_0_0
gboolean eos_window_get_font_scaling_active (EosWindow *self);
-EOS_SDK_ALL_API_VERSIONS
+EOS_SDK_AVAILABLE_IN_0_0
void eos_window_set_font_scaling_active (EosWindow *self,
gboolean is_scaling);
-EOS_SDK_ALL_API_VERSIONS
+EOS_SDK_AVAILABLE_IN_0_0
gint eos_window_get_font_scaling_default_size (EosWindow *self);
-EOS_SDK_ALL_API_VERSIONS
+EOS_SDK_AVAILABLE_IN_0_0
void eos_window_set_font_scaling_default_size (EosWindow *self,
gint new_default_font_size);
-EOS_SDK_ALL_API_VERSIONS
+EOS_SDK_AVAILABLE_IN_0_0
gint eos_window_get_font_scaling_default_window_size (EosWindow *self);
-EOS_SDK_ALL_API_VERSIONS
+EOS_SDK_AVAILABLE_IN_0_0
void eos_window_set_font_scaling_default_window_size (EosWindow *self,
gint new_default_window_size);
-EOS_SDK_ALL_API_VERSIONS
+EOS_SDK_AVAILABLE_IN_0_0
gint eos_window_get_font_scaling_min_font_size (EosWindow *self);
-EOS_SDK_ALL_API_VERSIONS
+EOS_SDK_AVAILABLE_IN_0_0
void eos_window_set_font_scaling_min_font_size (EosWindow *self,
gint new_min_font_size);
-EOS_SDK_ALL_API_VERSIONS
+EOS_SDK_AVAILABLE_IN_0_0
gdouble eos_window_get_font_scaling_calculated_font_size (EosWindow *self);
G_END_DECLS