summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_fonts.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efl/native/elm/elm_fonts.rb')
-rw-r--r--lib/efl/native/elm/elm_fonts.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/efl/native/elm/elm_fonts.rb b/lib/efl/native/elm/elm_fonts.rb
index 14c7123..13021dc 100644
--- a/lib/efl/native/elm/elm_fonts.rb
+++ b/lib/efl/native/elm/elm_fonts.rb
@@ -23,27 +23,11 @@ module Efl
ffi_lib 'elementary-ver-pre-svn-09.so.0'
#
# TYPEDEFS
- # typedef struct _Elm_Text_Class Elm_Text_Class;
- typedef :pointer, :elm_text_class
- # typedef struct _Elm_Font_Overlay Elm_Font_Overlay;
- typedef :pointer, :elm_font_overlay
# typedef struct _Elm_Font_Properties Elm_Font_Properties;
typedef :pointer, :elm_font_properties
#
# FUNCTIONS
fcts = [
- # EAPI Eina_List *elm_text_classes_list_get(void);
- [ :elm_text_classes_list_get, [ ], :eina_list ],
- # EAPI void elm_text_classes_list_free(Eina_List *list);
- [ :elm_text_classes_list_free, [ :eina_list ], :void ],
- # EAPI const Eina_List *elm_font_overlay_list_get(void);
- [ :elm_font_overlay_list_get, [ ], :eina_list ],
- # EAPI void elm_font_overlay_set(const char *text_class, const char *font, Evas_Font_Size size);
- [ :elm_font_overlay_set, [ :string, :string, :int ], :void ],
- # EAPI void elm_font_overlay_unset(const char *text_class);
- [ :elm_font_overlay_unset, [ :string ], :void ],
- # EAPI void elm_font_overlay_apply(void);
- [ :elm_font_overlay_apply, [ ], :void ],
# EAPI Elm_Font_Properties *elm_font_properties_get(const char *font);
[ :elm_font_properties_get, [ :string ], :elm_font_properties ],
# EAPI void elm_font_properties_free(Elm_Font_Properties *efp);