cpw.qulogic.vala: 5e81a8b7: Add metadata for libgnt. I only hid a co...

qulogic at pidgin.im qulogic at pidgin.im
Fri Dec 24 04:28:12 EST 2010


----------------------------------------------------------------------
Revision: 5e81a8b7c84ddb4abfc8f75d4034ec1552be3dc4
Parent:   7d7a83a0507a249908d238314403eb3fed79ffca
Author:   qulogic at pidgin.im
Date:     12/21/10 03:54:34
Branch:   im.pidgin.cpw.qulogic.vala
URL: http://d.pidgin.im/viewmtn/revision/info/5e81a8b7c84ddb4abfc8f75d4034ec1552be3dc4

Changelog: 

Add metadata for libgnt. I only hid a couple extra things, because
the current Vala bindings don't have ncurses panel bindings.

Changes against parent 7d7a83a0507a249908d238314403eb3fed79ffca

  patched  vapi/gnt.deps.in
  patched  vapi/gnt.metadata.in

-------------- next part --------------
============================================================
--- vapi/gnt.deps.in	5dd28873dc7ffaa4f2eef21f229cdfc9540d3069
+++ vapi/gnt.deps.in	f37494331a2e6ddb826f6c19b49c3eef1266b40b
@@ -1,2 +1,3 @@ glib-2.0
 glib-2.0
+curses
 
============================================================
--- vapi/gnt.metadata.in	da39a3ee5e6b4b0d3255bfef95601890afd80709
+++ vapi/gnt.metadata.in	91daa29afcdaa8a512807b619a0ca42e297cc6bb
@@ -0,0 +1,60 @@
+
+# Type fixes
+gnt_text_format_flag_to_chtype type_name="ulong"
+
+# Fix ownership
+gnt_clipboard_get_string transfer_ownership="1"
+gnt_file_sel_get_selected_file transfer_ownership="1"
+gnt_file_sel_get_selected_multi_files transfer_ownership="1"
+gnt_get_clipboard_string transfer_ownership="1"
+gnt_tree_get_row_text_list transfer_ownership="1"
+gnt_tree_get_selection_text_list transfer_ownership="1"
+gnt_util_onscreen_fit_string transfer_ownership="1"
+
+# Output parameters
+gnt_giveup_console.stin is_out="1"
+gnt_giveup_console.stout is_out="1"
+gnt_giveup_console.sterr is_out="1"
+gnt_keys_refine.text is_ref="1"
+gnt_style_get_string_list.length is_out="1"
+gnt_util_get_text_bound.width is_out="1"
+gnt_util_get_text_bound.height is_out="1"
+gnt_util_onscreen_width_to_pointer.w is_out="1"
+gnt_widget_get_position.x is_out="1"
+gnt_widget_get_position.y is_out="1"
+gnt_widget_get_size.width is_out="1"
+gnt_widget_get_size.height is_out="1"
+
+# Nullable parameters
+gnt_giveup_console.envp nullable="1"
+gnt_giveup_console.stin nullable="1"
+gnt_giveup_console.stout nullable="1"
+gnt_giveup_console.sterr nullable="1"
+gnt_style_get_from_name.group nullable="1"
+gnt_style_get_string_list.group nullable="1"
+gnt_style_get_string_list.length nullable="1"
+gnt_style_get_color.group nullable="1"
+gnt_text_view_tag_change.text nullable="1"
+gnt_tree_get_row_text_list.key nullable="1"
+gnt_tree_add_choice.parent nullable="1"
+gnt_tree_add_choice.bigbro nullable="1"
+gnt_util_get_text_bound.width nullable="1"
+gnt_util_get_text_bound.height nullable="1"
+gnt_util_onscreen_width.end nullable="1"
+gnt_util_onscreen_width_to_pointer.w nullable="1"
+gnt_ws_get_name.ws nullable="1"
+
+# Sentinels
+gnt_bindable_class_register_action ellipsis="1", sentinel="NULL"
+gnt_bindable_register_binding ellipsis="1", sentinel="NULL"
+gnt_bindable_perform_action_named ellipsis="1", sentinel="NULL"
+
+# Hide internals
+gnt_styles_get_keyremaps hidden="1"
+gnt_style_read_actions hidden="1"
+gnt_style_read_workspaces hidden="1"
+
+# Hide broken stuff
+GntNode.panel hidden="1"
+g_hash_table_duplicate hidden="1"
+


More information about the Commits mailing list