Add libetable and libetext.
2005-06-18 Tor Lillqvist <tml@novell.com> * win32/Makefile.am (EXTRA_DIST): Add libetable and libetext. * win32/libetable.def * win32/libetext.def: New files. * win32/libemiscwidgets.def: Add new entries. svn path=/trunk/; revision=29529
This commit is contained in:

committed by
Tor Lillqvist

parent
927d1658f6
commit
b7d8d60782
@ -1,9 +1,12 @@
|
||||
2005-06-18 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* win32/Makefile.am (EXTRA_DIST): Typo.
|
||||
* win32/Makefile.am (EXTRA_DIST): Fix typo. Add libetable and
|
||||
libetext.
|
||||
|
||||
* win32/libemiscwidgets.def: Add e_utf8_to_locale_string, used in
|
||||
e-util.
|
||||
* win32/libetable.def
|
||||
* win32/libetext.def: New files.
|
||||
|
||||
* win32/libemiscwidgets.def: Add new entries.
|
||||
|
||||
2005-06-17 Kaushal Kumar <kakumar@novell.com>
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
EXTRA_DIST = \
|
||||
dummy.la \
|
||||
libemiscwidgets.def \
|
||||
libetable.def \
|
||||
libetext.def \
|
||||
libevolution-addressbook.def \
|
||||
libevolution-calendar.def \
|
||||
libevolution-mail.def \
|
||||
@ -9,6 +11,8 @@ EXTRA_DIST = \
|
||||
if OS_WIN32
|
||||
BOOTSTRAP_LIBS = \
|
||||
libemiscwidgets.la \
|
||||
libetable.la \
|
||||
libetext.la \
|
||||
libevolution-addressbook.la \
|
||||
libevolution-calendar.la \
|
||||
libevolution-mail.la \
|
||||
@ -27,6 +31,16 @@ libemiscwidgets.la: dummy.la libemiscwidgets.def
|
||||
mkdir -p .libs
|
||||
dlltool --output-lib=.libs/libemiscwidgets.dll.a --dllname=libemiscwidgets-0.dll --input-def=libemiscwidgets.def
|
||||
|
||||
libetable.la: dummy.la libetable.def
|
||||
sed -e s!%DLL%!libetable! -e s!%LIB%!libetable! -e s!%PFX%!$(prefix)! <dummy.la >$@
|
||||
mkdir -p .libs
|
||||
dlltool --output-lib=.libs/libetable.dll.a --dllname=libetable.dll --input-def=libetable.def
|
||||
|
||||
libetext.la: dummy.la libetext.def
|
||||
sed -e s!%DLL%!libetext! -e s!%LIB%!libetext! -e s!%PFX%!$(prefix)! <dummy.la >$@
|
||||
mkdir -p .libs
|
||||
dlltool --output-lib=.libs/libetext.dll.a --dllname=libetext.dll --input-def=libetext.def
|
||||
|
||||
libevolution-addressbook.la: dummy.la libevolution-addressbook.def
|
||||
sed -e s!%DLL%!libevolution-addressbook! -e s!%LIB%!libevolution-addressbook! -e s!%PFX%!$(prefix)! <dummy.la >$@
|
||||
mkdir -p .libs
|
||||
|
@ -5,6 +5,7 @@ EXPORTS
|
||||
e_calendar_item_get_week_number
|
||||
e_calendar_item_normalize_date
|
||||
e_calendar_item_set_selection
|
||||
e_canvas_item_grab_focus
|
||||
e_combo_button_get_label
|
||||
e_combo_button_get_type
|
||||
e_combo_button_popup_menu
|
||||
@ -18,4 +19,17 @@ EXPORTS
|
||||
e_map_window_to_world
|
||||
e_map_zoom_out
|
||||
e_map_zoom_to_location
|
||||
e_reflow_get_type
|
||||
e_selection_model_change_cursor
|
||||
e_selection_model_clear
|
||||
e_selection_model_cursor_activated
|
||||
e_selection_model_cursor_changed
|
||||
e_selection_model_cursor_col
|
||||
e_selection_model_cursor_col
|
||||
e_selection_model_cursor_row
|
||||
e_selection_model_get_type
|
||||
e_selection_model_is_row_selected
|
||||
e_selection_model_select_single_row
|
||||
e_selection_model_selected_count
|
||||
e_selection_model_toggle_single_row
|
||||
e_utf8_to_locale_string
|
||||
|
40
win32/libetable.def
Normal file
40
win32/libetable.def
Normal file
@ -0,0 +1,40 @@
|
||||
EXPORTS
|
||||
e_cell_height
|
||||
e_cell_popup_get_type
|
||||
e_cell_text_copy_clipboard
|
||||
e_cell_text_delete_selection
|
||||
e_cell_text_get_selection
|
||||
e_cell_text_get_text_by_view
|
||||
e_cell_text_get_type
|
||||
e_cell_text_paste_clipboard
|
||||
e_cell_text_set_selection
|
||||
e_cell_text_set_value
|
||||
e_cell_tree_view_get_subcell_view
|
||||
e_table_click_to_add_get_type
|
||||
e_table_col_get_type
|
||||
e_table_get_cell_at
|
||||
e_table_get_cell_geometry
|
||||
e_table_get_type
|
||||
e_table_group_container_get_type
|
||||
e_table_group_get_type
|
||||
e_table_group_leaf_get_type
|
||||
e_table_header_get_column
|
||||
e_table_header_get_columns
|
||||
e_table_header_item_get_type
|
||||
e_table_item_enter_edit
|
||||
e_table_item_get_cell_geometry
|
||||
e_table_item_get_type
|
||||
e_table_model_column_count
|
||||
e_table_model_is_cell_editable
|
||||
e_table_model_value_at
|
||||
e_table_subset_get_type
|
||||
e_tree_get_cell_at
|
||||
e_tree_get_cell_geometry
|
||||
e_tree_get_header_item
|
||||
e_tree_get_item
|
||||
e_tree_get_model
|
||||
e_tree_get_type
|
||||
e_tree_model_node_is_expandable
|
||||
e_tree_table_adapter_node_is_expanded
|
||||
e_tree_table_adapter_node_set_expanded
|
||||
ethi_change_sort_state
|
9
win32/libetext.def
Normal file
9
win32/libetext.def
Normal file
@ -0,0 +1,9 @@
|
||||
EXPORTS
|
||||
e_repos_delete_shift
|
||||
e_repos_insert_shift
|
||||
e_text_copy_clipboard
|
||||
e_text_delete_selection
|
||||
e_text_get_type
|
||||
e_text_model_get_text
|
||||
e_text_model_set_text
|
||||
e_text_paste_clipboard
|
Reference in New Issue
Block a user