Home
last modified time | relevance | path

Searched refs:help_attr_name (Results 1 – 1 of 1) sorted by relevance

/dports/math/gnumeric/gnumeric-1.12.50/plugins/python-loader/
H A Dpython-loader.c545 gchar *help_attr_name; in python_function_get_gnumeric_help() local
556 help_attr_name = g_strdup_printf ("_CGnumericHelp_%s", fn_name); in python_function_get_gnumeric_help()
557 cobject_help_value = PyDict_GetItemString (python_fn_info_dict, help_attr_name); in python_function_get_gnumeric_help()
656 PyDict_SetItemString (python_fn_info_dict, help_attr_name, cobject_help_value); in python_function_get_gnumeric_help()
659 g_free (help_attr_name); in python_function_get_gnumeric_help()